We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcd964d commit 1ea7bd5Copy full SHA for 1ea7bd5
endtoendtests/src/test/java/com/functions/EndToEndTests.java
@@ -168,7 +168,7 @@ public void thenChain() throws InterruptedException {
168
Set<String> continueStates = new HashSet<>();
169
continueStates.add("Pending");
170
continueStates.add("Running");
171
- final String expect = "AUSTIN-test";
+ final String expect = "\"AUSTIN\"-test";
172
String startOrchestrationPath = "/api/StartOrchestrationThenChain";
173
Response response = post(startOrchestrationPath);
174
JsonPath jsonPath = response.jsonPath();
0 commit comments