Skip to content

Commit 25d1d91

Browse files
janiszclaude
andcommitted
docs: add full paths to fixture comments
Add complete file paths to make it easier to locate the actual fixture files without searching. Includes paths for both Log4ShellFixture and AllClustersFixture. Addresses PR #50 review comment #9 Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 46bb0fb commit 25d1d91

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

integration/fixtures.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
package integration
44

5-
// Log4ShellFixture contains expected data from log4j_cve.json fixture.
5+
// Log4ShellFixture contains expected data from wiremock/fixtures/deployments/log4j_cve.json fixture.
66
var Log4ShellFixture = struct {
77
CVEName string
88
DeploymentCount int
@@ -13,7 +13,7 @@ var Log4ShellFixture = struct {
1313
DeploymentNames: []string{"elasticsearch", "kafka-broker", "spring-boot-app"},
1414
}
1515

16-
// AllClustersFixture contains expected data from all_clusters.json fixture.
16+
// AllClustersFixture contains expected data from wiremock/fixtures/clusters/all_clusters.json fixture.
1717
var AllClustersFixture = struct {
1818
TotalCount int
1919
ClusterNames []string

0 commit comments

Comments
 (0)