Skip to content

Commit

Permalink
revert unwanted change
Browse files Browse the repository at this point in the history
  • Loading branch information
LiorLieberman committed Nov 21, 2022
1 parent d0b27d9 commit 0ccda9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conformance/conformance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func TestConformance(t *testing.T) {
SupportedFeatures: supportedFeatures,
})
cSuite.Setup(t)
cSuite.Run(t, []suite.ConformanceTest{tests.HTTPRouteRequestRedirect})
cSuite.Run(t, tests.ConformanceTests)
}

// parseSupportedFeatures parses flag arguments and converts the string to
Expand Down

0 comments on commit 0ccda9d

Please sign in to comment.