Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
puertomontt committed Feb 17, 2025
1 parent 75be17d commit e04714c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/gateway2/query/query_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1024,7 +1024,7 @@ var _ = Describe("Query", func() {
Expect(backend.GetNamespace()).To(Equal("default2"))
})

It("should fail getting a service from different ns with TCPRoute when no ref grant", func() {
It("should fail getting a service from different ns with TLSRoute when no ref grant", func() {
fakeClient := builder.WithObjects(svc("default2")).Build()
gq := query.NewData(fakeClient, scheme)
ref := &apiv1.BackendObjectReference{
Expand Down

0 comments on commit e04714c

Please sign in to comment.