Skip to content

Commit

Permalink
Fix a test (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
ihcomega56 committed Dec 23, 2022
1 parent 7f1ea71 commit 72d4d55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bats/tests/pyrsia_node_docker_build_service.bats
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ setup() {
local build_message
build_message=$("$PYRSIA_CLI" build docker --image $BUILD_SERVICE_DOCKER_MAPPING_ID)
local build_id
build_id=$(echo "$build_message" | awk -F\" '{ print $2 }')
build_id=$(echo "$build_message" | awk -F\' '{ print $2 }')
run echo "$build_message"
assert_output --partial "successfully"

Expand Down

0 comments on commit 72d4d55

Please sign in to comment.