Skip to content

Commit

Permalink
fix integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
james03160927 committed Feb 2, 2025
1 parent 1189815 commit 491e04f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion integration-tests/comfy_node_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ func TestRegistryComfyNode(t *testing.T) {
defer cleanup()

// Initialize server implementation and authorization middleware
impl := NewStrictServerImplementationWithMocks(client, &config.Config{})
impl := NewStrictServerImplementationWithMocks(client, &config.Config{
CloudStorageBucketName: "test-bucket",
})
authz := authorization.NewAuthorizationManager(client, impl.RegistryService, impl.NewRelicApp).AuthorizationMiddleware()

// Setup test user context and publisher
Expand Down

0 comments on commit 491e04f

Please sign in to comment.