Skip to content

Commit 1ea7bd5

Browse files
committed
fix func e2e tests
1 parent dcd964d commit 1ea7bd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

endtoendtests/src/test/java/com/functions/EndToEndTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ public void thenChain() throws InterruptedException {
168168
Set<String> continueStates = new HashSet<>();
169169
continueStates.add("Pending");
170170
continueStates.add("Running");
171-
final String expect = "AUSTIN-test";
171+
final String expect = "\"AUSTIN\"-test";
172172
String startOrchestrationPath = "/api/StartOrchestrationThenChain";
173173
Response response = post(startOrchestrationPath);
174174
JsonPath jsonPath = response.jsonPath();

0 commit comments

Comments
 (0)