Skip to content

Commit

Permalink
unfocus
Browse files Browse the repository at this point in the history
  • Loading branch information
yuval-k committed Nov 27, 2024
1 parent 1339b73 commit d490767
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion projects/gateway2/translator/gateway_translator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ var _ = DescribeTable("Basic GatewayTranslator Tests",
Name: "example-gateway",
},
}),
FEntry("Proxy with no routes", translatorTestCase{
Entry("Proxy with no routes", translatorTestCase{
inputFile: "edge-cases/no_route.yaml",
outputFile: "no_route.yaml",
gwNN: types.NamespacedName{
Expand Down
2 changes: 1 addition & 1 deletion projects/gloo/pkg/translator/translator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3930,7 +3930,7 @@ var _ = Describe("Translator", func() {

Context("Aggregate Listeners", func() {

FIt("should translate empty aggragate listener", func() {
It("should translate empty aggragate listener", func() {

proxy = &v1.Proxy{
Metadata: &core.Metadata{
Expand Down

0 comments on commit d490767

Please sign in to comment.