Skip to content

Commit 20ea7c7

Browse files
committed
Role bug fix, Role is a string in claims, not a list of string
1 parent 9f43e5f commit 20ea7c7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/test/java/com/clerk/backend_api/hooks/ClerkBeforeRequestHookTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ void testBeforeRequestAddsHeader() throws Exception {
1919

2020
// Instantiate BeforeRequestContext using its implementation
2121
BeforeRequestContext context = new BeforeRequestContextImpl(
22+
null,
2223
"http://example.com", // Provide a mock Base URL
2324
"test-operation-id", // Provide a mock operation ID
2425
Optional.empty(), // No OAuth scopes needed

0 commit comments

Comments
 (0)