Skip to content

Commit

Permalink
delete blankspace in cryptogen and get tests/postman/Makefile to orig…
Browse files Browse the repository at this point in the history
…inal

Signed-off-by: YoungHypo <[email protected]>
  • Loading branch information
YoungHypo committed Sep 19, 2024
1 parent 7c0b964 commit 93e3503
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/api-engine/api/lib/pki/cryptogen/cryptogen.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ def extend(self, input="crypto-config", config="crypto-config.yaml"):
"""
try:
command = [
self.cryptogen,
"extend",
self.cryptogen,
"extend",
"--input={}/{}/{}".format(self.filepath, self.name, input),
"--config={}/{}/{}".format(self.filepath, self.name, config)
]
Expand Down
2 changes: 1 addition & 1 deletion tests/postman/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ initial-json:

test-api:
@$(MAKE) initial-json
bash ${ROOT_PATH}/tests/postman/test.sh || (echo "test api failed $$?"; exit 1)
bash ${ROOT_PATH}/tests/postman/test.sh || (echo "test api failed $$?"; exit 1)

0 comments on commit 93e3503

Please sign in to comment.