Skip to content

Commit

Permalink
test(rust): fix control api bats test
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianbenavides committed Feb 27, 2025
1 parent 3e65649 commit 5b9858a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ teardown() {
run_success curl -vf \
-H 'Authorization: Bearer token' \
-o inlet-list.json \
"http://localhost:${api_port}/red/tcp-inlets"
"http://localhost:${api_port}/${relay}/tcp-inlets"
run_success cat inlet-list.json
assert_output "[]"
}
Expand Down

0 comments on commit 5b9858a

Please sign in to comment.