Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
auden-woolfson committed Dec 16, 2024
1 parent abe7fea commit 532ed0f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ public void testQueryStateInfoRegexMatching()
// Match strings containing "user"
List<QueryStateInfo> infos = client.execute(
prepareGet()
.setUri(server.resolve("/v1/queryState?user=user%5Cd")) // Encode user\d
.setUri(server.resolve("/v1/queryState?user=user%5Cd")) // Encoded user\d
.build(),
createJsonResponseHandler(listJsonCodec(QueryStateInfo.class)));
Assert.assertEquals(infos.size(), 2);
Expand Down

0 comments on commit 532ed0f

Please sign in to comment.