Skip to content

Commit

Permalink
Fix the test.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlewi committed Oct 16, 2024
1 parent fb2bbbd commit b1b6247
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/pkg/config/update_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ func Test_UpdateViperConfig(t *testing.T) {
expression: "agent.model=some-other-model",
expected: &Config{
Logging: Logging{
Level: "info",
Sinks: []LogSink{{JSON: true, Path: "gcplogs:///projects/fred-dev/logs/foyle"}, {Path: "stderr"}},
Level: "info",
Sinks: []LogSink{{JSON: true, Path: "gcplogs:///projects/fred-dev/logs/foyle"}, {Path: "stderr"}},
MaxDelaySeconds: 30,
},
Agent: &api.AgentConfig{
Model: "some-other-model",
Expand Down

0 comments on commit b1b6247

Please sign in to comment.