polish
This commit is contained in:
@@ -40,7 +40,7 @@ import static org.springframework.cloud.gateway.test.TestUtils.assertStatus;
|
||||
@RunWith(SpringRunner.class)
|
||||
@SpringBootTest(webEnvironment = RANDOM_PORT)
|
||||
@DirtiesContext
|
||||
public class StripPrefixGatewayFilterFactoryTestIntegrationTests extends BaseWebClientTests {
|
||||
public class StripPrefixGatewayFilterFactoryIntegrationTests extends BaseWebClientTests {
|
||||
|
||||
@Test
|
||||
public void stripPrefixFilterDefaultValuesWork() {
|
||||
@@ -39,7 +39,7 @@ import static org.springframework.tuple.TupleBuilder.tuple;
|
||||
/**
|
||||
* @author Ryan Baxter
|
||||
*/
|
||||
public class StripPrefixGatewayFilterFactoryTest {
|
||||
public class StripPrefixGatewayFilterFactoryTests {
|
||||
|
||||
@Test
|
||||
public void testStripPrefix() throws Exception {
|
||||
Reference in New Issue
Block a user