Skip to content

Commit

Permalink
Remove Unused field from SecurityTokenAuthentictorTest (eclipse-hawkb…
Browse files Browse the repository at this point in the history
…it#2288)

Signed-off-by: Avgustin Marinov <[email protected]>
  • Loading branch information
avgustinmm authored Feb 19, 2025
1 parent 76ce1cf commit 2d12ad6
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ class SecurityTokenAuthenticatorTest {
private static final String SECURITY_TOKEN = "test-sec-token";
private static final String UNKNOWN_TOKEN = "unknown";

private static final TenantConfigurationValue<String> CONFIG_VALUE_GW_TOKEN = TenantConfigurationValue
.<String> builder().value(SECURITY_TOKEN).build();
private static final TenantConfigurationValue<Boolean> CONFIG_VALUE_ENABLED = TenantConfigurationValue
.<Boolean> builder().value(true).build();
private static final TenantConfigurationValue<Boolean> CONFIG_VALUE_DISABLED = TenantConfigurationValue
Expand Down

0 comments on commit 2d12ad6

Please sign in to comment.