Skip to content

Commit 2d4a132

Browse files
committed
fixup! chore(enterprise/coderd): ignore log errors in TestGetCryptoKeys/Unauthorized
1 parent afca930 commit 2d4a132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

enterprise/coderd/workspaceproxy_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ import (
1111
"testing"
1212
"time"
1313

14-
"cdr.dev/slog/sloggers/slogtest"
1514
"github.com/google/uuid"
1615
"github.com/stretchr/testify/assert"
1716
"github.com/stretchr/testify/require"
1817

18+
"cdr.dev/slog/sloggers/slogtest"
1919
"github.com/coder/coder/v2/agent/agenttest"
2020
"github.com/coder/coder/v2/buildinfo"
2121
"github.com/coder/coder/v2/coderd/coderdtest"

0 commit comments

Comments
 (0)