Skip to content

Commit

Permalink
Merge pull request #4198 from andreaTP/fix-it-java
Browse files Browse the repository at this point in the history
Fix a Java Mock Server test result
  • Loading branch information
baywet authored Feb 19, 2024
2 parents 389c765 + db58ae0 commit 70e7c55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion it/java/query-params/src/test/java/BasicAPITest.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ void includesAllTheQueryParameters() throws Exception {
});
reqInf.pathParameters.put("baseurl", "http://test");

assertEquals("http://test/api/something/v1?startDateTime=START&EndDateTime=END", reqInf.getUri().toString());
assertEquals("http://test/api/something/v1?EndDateTime=END&startDateTime=START", reqInf.getUri().toString());
}

}

0 comments on commit 70e7c55

Please sign in to comment.