Skip to content

Commit 9b1e097

Browse files
committed
lint
1 parent e4eaf58 commit 9b1e097

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cli/server_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1620,11 +1620,12 @@ func TestServer_Production(t *testing.T) {
16201620
require.NoError(t, err)
16211621
}
16221622

1623-
//nolin:tparallel,paralleltest // This test sets environment variables.
1623+
//nolint:tparallel,paralleltest // This test sets environment variables.
16241624
func TestServer_TelemetryDisable(t *testing.T) {
16251625
// Set the default telemetry to true (normally disabled in tests).
16261626
t.Setenv("CODER_TEST_TELEMETRY_DEFAULT_ENABLE", "true")
16271627

1628+
//nolint:paralleltest // No need to reinitialise the variable tt (Go version).
16281629
for _, tt := range []struct {
16291630
key string
16301631
val string

0 commit comments

Comments
 (0)