Skip to content

Commit b5b07bd

Browse files
committed
update test to conform that enclave_registar should be able to accessd the enclaveID registeration
1 parent 00f2406 commit b5b07bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/uid2/admin/vertx/EnclaveIdServiceTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public void enclaveId_Add_Success(String protocol, Vertx vertx, VertxTestContext
9696
}
9797

9898
@ParameterizedTest
99-
@EnumSource(value = Role.class, names = {"PRIVILEGED", "SUPER_USER"}, mode = EnumSource.Mode.EXCLUDE)
99+
@EnumSource(value = Role.class, names = {"PRIVILEGED", "SUPER_USER", "ENCLAVE_REGISTRAR"}, mode = EnumSource.Mode.EXCLUDE)
100100
public void enclaveId_Add_NotAuthorized(Role role, Vertx vertx, VertxTestContext vertxTestContext) {
101101
fakeAuth(role);
102102

0 commit comments

Comments
 (0)