Skip to content

Commit 583ad32

Browse files
Updates unit tests after variable merges
1 parent 52265ff commit 583ad32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

myconext-server/src/test/java/myconext/api/LoginControllerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ public void register() {
144144
.get("/register")
145145
.then()
146146
.statusCode(302)
147-
.header("Location", "https://my.test2.surfconext.nl/oauth2/authorization/my_conext?lang=en");
147+
.header("Location", "http://localhost:8081/oauth2/authorization/my_conext?lang=en");
148148
}
149149

150150
@Test

0 commit comments

Comments
 (0)