Skip to content

Commit

Permalink
test(rust): fix bat test after json output was added to `project-memb…
Browse files Browse the repository at this point in the history
…er list` command
  • Loading branch information
adrianbenavides committed Jul 1, 2024
1 parent 08f0dee commit cd2667e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ teardown() {
run_success "$OCKAM" project-member list

assert_output --partial "$m_identifier"
assert_output --partial "key=value"
assert_output --partial "ockam-relay=*"
assert_output --partial "\"key\":\"value\""
assert_output --partial "\"ockam-relay\":\"*\""

run_success "$OCKAM" project-member delete "$m_identifier"
}
Expand Down

0 comments on commit cd2667e

Please sign in to comment.