This commit is contained in:
Spencer Gibb
2018-02-14 14:21:42 -05:00
parent 9fb76a3f89
commit d8fde99382
2 changed files with 2 additions and 2 deletions

View File

@@ -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() {

View File

@@ -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 {