Skip to content

Commit

Permalink
Fix translation_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
nathancoleman authored and missylbytes committed Aug 8, 2023
1 parent 19ada94 commit 9575c29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion control-plane/api-gateway/common/translation_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ func TestTranslator_ToAPIGateway(t *testing.T) {
resources.ReferenceCountCertificate(listenerOneCert)
resources.ReferenceCountCertificate(listenerTwoCert)

actualConfigEntry := translator.ToAPIGateway(input, resources)
actualConfigEntry := translator.ToAPIGateway(input, resources, &v1alpha1.GatewayClassConfig{})

if diff := cmp.Diff(expectedConfigEntry, actualConfigEntry); diff != "" {
t.Errorf("Translator.GatewayToAPIGateway() mismatch (-want +got):\n%s", diff)
Expand Down

0 comments on commit 9575c29

Please sign in to comment.