Merging from master
Upstream-commit: be49f0a1182164d0d279484ec35931c1e3ef6d3c Component: engine
This commit is contained in:
@ -68,6 +68,6 @@ func TestCreateAccount(t *testing.T) {
|
||||
expectedError := "Login: Account is not Active"
|
||||
|
||||
if !strings.Contains(err.Error(), expectedError) {
|
||||
t.Fatalf("Expected message \"%s\" but found \"%s\" instead", expectedError, err.Error())
|
||||
t.Fatalf("Expected message \"%s\" but found \"%s\" instead", expectedError, err)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user