Skip to content

Commit

Permalink
Fix tests 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Lorentz Lara committed Nov 13, 2018
1 parent 8a7518e commit 2b5f75d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions plugin/generator_test.go
Expand Up @@ -724,8 +724,7 @@ func TestIgnoreLabelsWithoutCaddyPrefix(t *testing.T) {
},
}

const expected string = skipCaddyfileText +
"# Empty caddyfile\n"
const expected string = skipCaddyfileText

testGeneration(t, dockerClient, true, expected)
}
Expand Down

0 comments on commit 2b5f75d

Please sign in to comment.