Skip to content

Commit 3b7cc3c

Browse files
committed
Fix broken pac4j test
1 parent 75e4551 commit 3b7cc3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

coverage-report/src/test/java/org/jooby/pac4j/WebContextFeature.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public void webContext() throws Exception {
4242
request()
4343
.get("/auth/ctx?p1=v1")
4444
.expect("{\n" +
45-
" \"fullRequestURL\" : \"http://localhost:9999/auth/ctx\",\n" +
45+
" \"fullRequestURL\" : \"http://localhost:9999/auth/ctx?p1=v1\",\n" +
4646
" \"requestMethod\" : \"GET\",\n" +
4747
" \"requestParameters\" : {\n" +
4848
" \"p1\" : [ \"v1\" ]\n" +

0 commit comments

Comments
 (0)