-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f4cc5ba
commit 7fb4b8e
Showing
2 changed files
with
1 addition
and
10 deletions.
There are no files selected for viewing
9 changes: 0 additions & 9 deletions
9
...control-tests/src/main/kotlin/pl/allegro/tech/servicemesh/envoycontrol/CustomRouteTest.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,15 @@ | ||
package pl.allegro.tech.servicemesh.envoycontrol | ||
Check failure on line 1 in envoy-control-tests/src/main/kotlin/pl/allegro/tech/servicemesh/envoycontrol/CustomRouteTest.kt GitHub Actions / JUnit Test ReportCustomRouteTest.initializationError
Raw output
|
||
|
||
import okhttp3.Headers.Companion.toHeaders | ||
import okhttp3.MediaType.Companion.toMediaType | ||
import okhttp3.RequestBody | ||
import okhttp3.Response | ||
import org.assertj.core.api.Assertions.assertThat | ||
import org.junit.jupiter.api.Test | ||
import org.junit.jupiter.api.extension.RegisterExtension | ||
import org.junit.jupiter.params.ParameterizedTest | ||
import org.junit.jupiter.params.provider.Arguments | ||
import org.junit.jupiter.params.provider.MethodSource | ||
import pl.allegro.tech.servicemesh.envoycontrol.config.consul.ConsulExtension | ||
import pl.allegro.tech.servicemesh.envoycontrol.config.envoy.EnvoyExtension | ||
import pl.allegro.tech.servicemesh.envoycontrol.config.envoycontrol.EnvoyControlExtension | ||
import pl.allegro.tech.servicemesh.envoycontrol.config.service.EchoServiceExtension | ||
import pl.allegro.tech.servicemesh.envoycontrol.snapshot.CustomRuteProperties | ||
import pl.allegro.tech.servicemesh.envoycontrol.snapshot.SecuredRoute | ||
import pl.allegro.tech.servicemesh.envoycontrol.snapshot.StringMatcher | ||
import pl.allegro.tech.servicemesh.envoycontrol.snapshot.StringMatcherType | ||
import java.util.stream.Stream | ||
|
||
internal class CustomRouteTest { | ||
companion object { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters