Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

public class TestClientKeyProvider implements IClientKeyProvider {
public static final TestClientKeyProvider INSTANCE = new TestClientKeyProvider();
private static final ClientKey TEST_OPERATOR_KEY = new ClientKey("test-operator-key")
private static final ClientKey TEST_OPERATOR_KEY = new ClientKey("test-operator-key", "test-operator-secret")
.withNameAndContact("test-operator")
.withRoles(Role.OPERATOR);
private static final Collection<ClientKey> ALL_KEYS = new ArrayList<>();
Expand Down