summaryrefslogtreecommitdiffstats
path: root/extras/hs-test/echo_test.go
diff options
context:
space:
mode:
authorAdrian Villin <avillin@cisco.com>2024-05-15 04:33:41 -0400
committerDave Wallace <dwallacelf@gmail.com>2024-05-17 03:11:13 +0000
commit46d66000fbccaaf782ca0313107355c77768f164 (patch)
treeed8fe48244b2d459244816ca43d9b832bd3586b6 /extras/hs-test/echo_test.go
parentf66702df6bfc24072a40ad39ffa9ff7099e50f32 (diff)
hs-test: updated api calls
Type: test Change-Id: I2583ee74426ef154d03d4991b78ab57c5cec436f Signed-off-by: Adrian Villin <avillin@cisco.com>
Diffstat (limited to 'extras/hs-test/echo_test.go')
-rw-r--r--extras/hs-test/echo_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/hs-test/echo_test.go b/extras/hs-test/echo_test.go
index 0515b5e0411..33728db6c97 100644
--- a/extras/hs-test/echo_test.go
+++ b/extras/hs-test/echo_test.go
@@ -45,5 +45,5 @@ func TcpWithLossTest(s *VethsSuite) {
serverVeth.ip4AddressString())
s.log(output)
s.assertNotEqual(len(output), 0)
- s.assertNotContains(output, "failed: timeout", output)
+ s.assertNotContains(output, "failed", output)
}