We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4eaf58 commit 9b1e097Copy full SHA for 9b1e097
cli/server_test.go
@@ -1620,11 +1620,12 @@ func TestServer_Production(t *testing.T) {
1620
require.NoError(t, err)
1621
}
1622
1623
-//nolin:tparallel,paralleltest // This test sets environment variables.
+//nolint:tparallel,paralleltest // This test sets environment variables.
1624
func TestServer_TelemetryDisable(t *testing.T) {
1625
// Set the default telemetry to true (normally disabled in tests).
1626
t.Setenv("CODER_TEST_TELEMETRY_DEFAULT_ENABLE", "true")
1627
1628
+ //nolint:paralleltest // No need to reinitialise the variable tt (Go version).
1629
for _, tt := range []struct {
1630
key string
1631
val string
0 commit comments