You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: constructorio-client/src/test/java/io/constructor/client/ConstructorIOTaskTest.java
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -99,7 +99,9 @@ public void TaskRequestWithInvalidApiKeyShouldError() throws Exception {
99
99
thrown.expect(ConstructorException.class);
100
100
thrown.expectMessage(
101
101
StringContains.containsString(
102
-
"[HTTP 400] You have supplied an invalid `key` or `autocomplete_key`. You can find your key at app.constructor.io/dashboard/accounts/api_integration."));
102
+
"[HTTP 400] You have supplied an invalid `key` or `autocomplete_key`. You"
@@ -111,7 +113,9 @@ public void TaskAsJSONRequestWithInvalidApiKeyShouldError() throws Exception {
111
113
thrown.expect(ConstructorException.class);
112
114
thrown.expectMessage(
113
115
StringContains.containsString(
114
-
"[HTTP 400] You have supplied an invalid `key` or `autocomplete_key`. You can find your key at app.constructor.io/dashboard/accounts/api_integration."));
116
+
"[HTTP 400] You have supplied an invalid `key` or `autocomplete_key`. You"
0 commit comments