File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
src/test/java/com/functions Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 77 [string ]$ContainerName = " app" ,
88 [switch ]$NoSetup = $false ,
99 [switch ]$NoValidation = $false ,
10- [string ]$AzuriteVersion = " 3.20.1 " ,
10+ [string ]$AzuriteVersion = " 3.34.0 " ,
1111 [int ]$Sleep = 30
1212)
1313
Original file line number Diff line number Diff line change 77 [string ]$ContainerName = " app" ,
88 [switch ]$NoSetup = $false ,
99 [switch ]$NoValidation = $false ,
10- [string ]$AzuriteVersion = " 3.20.1 " ,
10+ [string ]$AzuriteVersion = " 3.34.0 " ,
1111 [int ]$Sleep = 30
1212)
1313
Original file line number Diff line number Diff 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 ();
@@ -226,7 +226,7 @@ public void orchestrationPOJO() throws InterruptedException {
226226 assertTrue (pass );
227227 Response statusResponse = get (statusQueryGetUri );
228228 String outputName = statusResponse .jsonPath ().get ("output.name" );
229- assertEquals ("TESTNAME" , outputName );
229+ assertEquals ("\" TESTNAME\" " , outputName );
230230 }
231231
232232 private boolean pollingCheck (String statusQueryGetUri ,
You can’t perform that action at this time.
0 commit comments