Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
csquared committed Sep 30, 2015
1 parent 700b456 commit f4a30fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/convox/login_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func TestInvalidLogin(t *testing.T) {
Command: "convox login --password foobar BAD",
Env: map[string]string{"CONVOX_CONFIG": temp},
Exit: 1,
Stderr: "ERROR: could not contact host\n",
Stderr: "ERROR: error logging in\n",
},
)
}
Expand Down

0 comments on commit f4a30fe

Please sign in to comment.