mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #36633 from adshmh/add-missing-setup-test-call-to-TestNetworkLoopbackNat
Add the missing call to setupTest to TestNetworkLoopbackNat test
This commit is contained in:
commit
60e2dc2686
1 changed files with 2 additions and 0 deletions
|
@ -59,6 +59,8 @@ func TestNetworkLocalhostTCPNat(t *testing.T) {
|
|||
func TestNetworkLoopbackNat(t *testing.T) {
|
||||
skip.If(t, testEnv.IsRemoteDaemon())
|
||||
|
||||
defer setupTest(t)()
|
||||
|
||||
msg := "it works"
|
||||
startServerContainer(t, msg, 8080)
|
||||
|
||||
|
|
Loading…
Reference in a new issue