Skip to content

Commit

Permalink
Fix slog handler creation after dependencies update
Browse files Browse the repository at this point in the history
  • Loading branch information
byo committed Sep 5, 2023
1 parent 90fc2f5 commit ea1d2af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/datastore/webinterface_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import (
)

func testServer(t *testing.T) string {
log := slog.New(slog.NewTextHandler(io.Discard))
log := slog.New(slog.NewTextHandler(io.Discard, nil))

// Test web interface and web connector
server := httptest.NewServer(WebInterface(
Expand Down

0 comments on commit ea1d2af

Please sign in to comment.