Skip to content

Commit 2fa6790

Browse files
author
jojimt
committed
Update svc test
1 parent c322b39 commit 2fa6790

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

systemtests/basic_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,8 @@ func (s *systemtestSuite) testBasicSvcDiscovery(c *C, encap string) {
172172
}
173173

174174
// Check name resolution
175-
c.Assert(s.pingTestByName(containers, fmt.Sprintf("svc1%d.private.default", i)), IsNil)
176-
c.Assert(s.pingTestByName(containers, fmt.Sprintf("svc2%d.private.default", i)), IsNil)
175+
c.Assert(s.pingTestByName(containers, fmt.Sprintf("svc1%d.default", i)), IsNil)
176+
c.Assert(s.pingTestByName(containers, fmt.Sprintf("svc2%d.default", i)), IsNil)
177177

178178
// cleanup
179179
c.Assert(s.removeContainers(containers), IsNil)

0 commit comments

Comments
 (0)