Skip to content

Commit 6848f28

Browse files
committed
doc: checkIfFilterEquals
Signed-off-by: Lukas Hoehl <lukas.hoehl@stackit.cloud>
1 parent e1e3d17 commit 6848f28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/envoyfilters/envoyfilters_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ func createRule(action, ruleType, cidr string) *ACLRule {
141141
}
142142
}
143143

144-
// checkIfFilterEqualsYAML takes a map as input, and tries to compare its
144+
// checkIfFilterEquals takes an object as input, and tries to compare its
145145
// marshaled contents to the string coming from the specified testdata file.
146146
// Fails the test if strings differ. The file contents are unmarshaled and
147147
// marshaled again to guarantee the strings are comparable.

0 commit comments

Comments
 (0)