Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Commit 060997c

Browse files
authored
Merge pull request #389 from thaJeztah/19.03_backport_fix_dockernetworksuite
[19.03 backport] integration-cli: fix DockerNetworkSuite not being run
2 parents b6a7124 + adcd369 commit 060997c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

integration-cli/check_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ func TestDockerExternalVolumeSuite(t *testing.T) {
132132
func TestDockerNetworkSuite(t *testing.T) {
133133
ensureTestEnvSetup(t)
134134
testRequires(t, DaemonIsLinux)
135-
suite.Run(t, &DockerExternalVolumeSuite{ds: &DockerSuite{}})
135+
suite.Run(t, &DockerNetworkSuite{ds: &DockerSuite{}})
136136
}
137137

138138
func TestDockerHubPullSuite(t *testing.T) {

0 commit comments

Comments
 (0)