Skip to content

Commit 0da7fa0

Browse files
committed
Rename json, avoid linter
1 parent c71ab07 commit 0da7fa0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/ci-report/main_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ func TestOutputMatchesGoldenFile(t *testing.T) {
1818
t.Parallel()
1919

2020
// Sample created via:
21-
// gotestsum --jsonfile ./scripts/ci-report/testdata/gotests-sample.json \
21+
// gotestsum --jsonfile ./scripts/ci-report/testdata/gotests.json.sample \
2222
// -- \
2323
// ./agent ./cli ./cli/cliui \
2424
// -count=1 \
2525
// -timeout=5m \
2626
// -parallel=24 \
2727
// -run='^(TestServer|TestAgent_Session|TestGitAuth$|TestPrompt$)'
28-
goTests, err := parseGoTestJSON(filepath.Join("testdata", "gotests-sample.json"))
28+
goTests, err := parseGoTestJSON(filepath.Join("testdata", "gotests.json.sample"))
2929
if err != nil {
3030
t.Fatalf("error parsing gotestsum report: %v", err)
3131
}

0 commit comments

Comments
 (0)