Skip to content

Commit

Permalink
Add empty client config for test
Browse files Browse the repository at this point in the history
  • Loading branch information
mayberryzane committed Mar 11, 2024
1 parent 33cf517 commit 48bbcc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/public-graph/graph/resolver_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -657,6 +657,7 @@ func TestInitializeSessionImpl(t *testing.T) {
session, err := resolver.InitializeSessionImpl(ctx, &kafka_queue.InitializeSessionArgs{
ProjectVerboseID: project.VerboseID(),
ServiceName: "my-frontend-app",
ClientConfig: "{}",
})
assert.NoError(t, err)
assert.NotNil(t, session.ID)
Expand Down

0 comments on commit 48bbcc4

Please sign in to comment.