Skip to content

Commit

Permalink
Add missing HostUUID to TestAuthServer
Browse files Browse the repository at this point in the history
This PR adds a missing `HostUUID` to test auth server builder.

Signed-off-by: Tiago Silva <[email protected]>
  • Loading branch information
tigrato authored and github-actions committed Mar 29, 2024
1 parent c53605b commit 9c2d3b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/auth/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ func NewTestAuthServer(cfg TestAuthServerConfig) (*TestAuthServer, error) {
},
},
EmbeddingRetriever: ai.NewSimpleRetriever(),
HostUUID: uuid.New().String(),
},
WithClock(cfg.Clock),
WithEmbedder(cfg.Embedder),
Expand Down

0 comments on commit 9c2d3b1

Please sign in to comment.