mirror of https://github.com/status-im/consul.git
tests: fixed bats warning (#7544)
This fixes this bats warning: duplicate test name(s) in /workdir/primary/bats/verify.bats: test_s1_upstream_made_1_connection Test was already defined at line 42, rename it to avoid test name duplication
This commit is contained in:
parent
90576060bc
commit
eafe9a895a
|
@ -71,6 +71,6 @@ load helpers
|
|||
assert_expected_fortio_name s2-secondary
|
||||
}
|
||||
|
||||
@test "s1 upstream made 1 connection" {
|
||||
@test "s1 upstream made 1 connection to s2" {
|
||||
assert_envoy_metric_at_least 127.0.0.1:19000 "cluster.s2.default.primary.*cx_total" 1
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue