Skip to content

Commit

Permalink
Fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
barchw committed Jan 3, 2025
1 parent 6211498 commit 2f48219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/v1alpha2/compatibility_mode_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ var _ = Describe("Compatibility Mode", func() {
//then
Expect(err).ShouldNot(HaveOccurred())

for fieldName, _ := range ProxyMetaDataCompatibility {
for fieldName := range ProxyMetaDataCompatibility {
_, exist := getProxyMetadataField(out, fieldName)
Expect(exist).To(BeFalse())
}
Expand Down

0 comments on commit 2f48219

Please sign in to comment.