Skip to content

Commit

Permalink
TT-13507, removed useless comment
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-tyk committed Nov 18, 2024
1 parent a38c060 commit 17020f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gateway/api_loader_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -866,7 +866,7 @@ func TestAPIsHavingShorterSubstringListenPathButLongerCustomDomain(t *testing.T)
})
}

func TestLongerListenPathHasLongerDomainThanSubstringListenPath(t *testing.T) { //the case that triggered the critical from TT-12873
func TestLongerListenPathHasLongerDomainThanSubstringListenPath(t *testing.T) {
ts := StartTest(nil)
t.Cleanup(ts.Close)

Expand Down

0 comments on commit 17020f8

Please sign in to comment.