Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Fix type in test case
  • Loading branch information
GDLMadushanka committed Aug 24, 2023
1 parent 6d2bad1 commit 0fd23de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public void verifyDSSErrorMessageTestCase() throws Exception {
}
int currentParamsIndex = response.indexOf(":current_params>");
int requestNameIndex = response.indexOf(":current_request_name>");
int nestedExceptionIndex = response.indexOf(":nested_exception>");
int nestedExceptionIndex = response.indexOf(":nested_exception");
int dataServiceIndex = response.indexOf(":source_data_service>");
int locationIndex = response.indexOf(":location>");
int namespaceIndex = response.indexOf(":default_namespace>");
Expand Down

0 comments on commit 0fd23de

Please sign in to comment.