Skip to content

Commit 38051aa

Browse files
chore: clean up comment
Signed-off-by: Markus Beer <markus.beer@digg.se>
1 parent e3af021 commit 38051aa

File tree

1 file changed

+0
-1
lines changed
  • src/test/java/se/digg/wallet/gateway/application/controller/util

1 file changed

+0
-1
lines changed

src/test/java/se/digg/wallet/gateway/application/controller/util/AuthUtil.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,6 @@ public static Step5Result step5CallLoginEndpointWithCode(String location, String
242242
.build(),
243243
BodyHandlers.discarding());
244244
return new Step5Result(response3);
245-
// var location3 = response3.headers().firstValue("location").orElseThrow();
246245
}
247246

248247
public static String oauth2Login(int port, WireMockServer authorizationServer)

0 commit comments

Comments
 (0)