Skip to content

Commit

Permalink
Update pkg/backend/backend_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Integralist committed Mar 25, 2021
1 parent 1f51fec commit 9648dd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/backend/backend_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func TestBackendCreate(t *testing.T) {
{
args: []string{"backend", "create", "--service-id", "123", "--version", "1", "--address", "127.0.0.1", "--name", "www.test.com", "--use-ssl", "--verbose"},
api: mock.API{CreateBackendFn: createBackendOK},
wantOutput: "SSL to the backend was set but no port was specified, so default port :443 will be used",
wantOutput: "Use-ssl was set but no port was specified, so default port 443 will be used",
},
} {
t.Run(strings.Join(testcase.args, " "), func(t *testing.T) {
Expand Down

0 comments on commit 9648dd4

Please sign in to comment.