Skip to content

Commit

Permalink
fix previously bad tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jakedoublev committed Dec 4, 2024
1 parent b52cc1e commit eae784a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e/namespaces.bats
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ teardown_file() {
run_otdfctl_ns deactivate "$NS_ID_FLAG" --force
assert_success
assert_line --regexp "Id.*$NS_ID"
assert_line --regexp "Id.*$NS_NAME_UPDATE"
assert_line --regexp "Name.*$NS_NAME_UPDATE"
}

@test "List namespaces - when inactive" {
Expand Down Expand Up @@ -177,7 +177,7 @@ teardown_file() {
run_otdfctl_ns unsafe delete "$NS_ID_FLAG" --force
assert_success
assert_line --regexp "Id.*$NS_ID"
assert_line --regexp "Id.*$NS_NAME_UPDATE"
assert_line --regexp "Name.*$NS_NAME_UPDATE"
}

@test "List namespaces - when deleted" {
Expand Down

0 comments on commit eae784a

Please sign in to comment.