We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75e4551 commit 3b7cc3cCopy full SHA for 3b7cc3c
1 file changed
coverage-report/src/test/java/org/jooby/pac4j/WebContextFeature.java
@@ -42,7 +42,7 @@ public void webContext() throws Exception {
42
request()
43
.get("/auth/ctx?p1=v1")
44
.expect("{\n" +
45
- " \"fullRequestURL\" : \"http://localhost:9999/auth/ctx\",\n" +
+ " \"fullRequestURL\" : \"http://localhost:9999/auth/ctx?p1=v1\",\n" +
46
" \"requestMethod\" : \"GET\",\n" +
47
" \"requestParameters\" : {\n" +
48
" \"p1\" : [ \"v1\" ]\n" +
0 commit comments