Skip to content
This repository was archived by the owner on Dec 12, 2018. It is now read-only.

Commit 995f5e6

Browse files
committed
1141 - fix review comments
1 parent 147ea7e commit 995f5e6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

extensions/httpclient/src/test/groovy/com/stormpath/sdk/impl/application/ApplicationIT.groovy

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -679,7 +679,8 @@ class ApplicationIT extends ClientIT {
679679
} catch (com.stormpath.sdk.resource.ResourceException e) {
680680
assertEquals(e.getStatus(), 400)
681681
assertEquals(e.getCode(), 7200)
682-
assertTrue(e.getDeveloperMessage().contains("Stormpath was not able to complete the request to google: this can be caused by either a bad google Directory configuration, or the provided Account credentials are not valid."))
682+
assertTrue(e.getDeveloperMessage().contains("Stormpath was not able to complete the request to"))
683+
assertTrue(e.getDeveloperMessage().contains("Google") || e.getDeveloperMessage().contains("google"))
683684
}
684685
}
685686

0 commit comments

Comments
 (0)