Skip to content

Commit

Permalink
Fix failing open hermeticity test (#3206)
Browse files Browse the repository at this point in the history
Due to an incorrect JSON field name used in a test helper, the test
did not fail when a target is built in two configurations that differ
in rules_go settings.
  • Loading branch information
fmeum authored Jun 18, 2022
1 parent 1ceb5a7 commit 0fc42c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/core/transition/hermeticity_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ type bazelConfigOutput struct {
Fragments []struct {
Name string `json:"name"`
Options map[string]string `json:"options"`
} `json:"fragments"`
} `json:"fragmentOptions"`
}

type bazelCqueryOutput struct {
Expand Down

0 comments on commit 0fc42c8

Please sign in to comment.