Skip to content

Commit f84b615

Browse files
authored
Merge pull request #75 from speakeasy-sdks/ms/fix-spec-build-issue
Fix Test Build issue with spec upgrade
2 parents 9f43e5f + 20ea7c7 commit f84b615

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)