Skip to content

Commit a47a91e

Browse files
committed
Fix #298 - fix test
1 parent 733a53e commit a47a91e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

plugin/generator/services_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,7 @@ func TestServices_SwarmDisabled(t *testing.T) {
169169

170170
const expectedCaddyfile = "# Empty caddyfile"
171171

172-
const expectedLogs = containerIdLog + ingressNetworksMapLog + swarmIsDisabledLog +
173-
"INFO Skipping swarm services because swarm is not available\n"
172+
const expectedLogs = containerIdLog + ingressNetworksMapLog + swarmIsDisabledLog
174173

175174
testGeneration(t, dockerClient, nil, expectedCaddyfile, expectedLogs)
176175
}

0 commit comments

Comments
 (0)