Skip to content
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.

Commit

Permalink
Fixed failing test.
Browse files Browse the repository at this point in the history
  • Loading branch information
haraldloesing committed Feb 10, 2023
1 parent e11d7df commit b4dc0fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class LightCertificateControllerSecurityTest {
private static final JFixture fixture = new JFixture();

private static final String URL = "/api/v1/certificate-light/generate";
private static final String VALID_USER_ROLE = "bag-cc-certificatecreator";
private static final String VALID_USER_ROLE = "bag-cc-light-cert-creator";
private static final String INVALID_USER_ROLE = "invalid-role";
// Avoid port 8180, which is likely used by the local KeyCloak:
private static final int MOCK_SERVER_PORT = 8182;
Expand Down

0 comments on commit b4dc0fd

Please sign in to comment.