Skip to content

Commit

Permalink
PROM-5262 | x-service-tag-preference e2e tests WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcinFalkowski committed Mar 6, 2025
1 parent 12d6b45 commit 96007b0
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ class RoutingHeadersTest : TestBase(echoService, envoy) {
assertThat(echoNoTagResponse.requestHeaders).doesNotContainKey("x-service-tag-preference")
}

@Test
fun `should not override service-tag preference header already set in the request`() {
// TODO(implement)
throw NotImplementedError("Service tag preference header already set")
}

@Test
fun `should add upstream service tags to a response`() =
upstreamServiceTagsInResponseTest { echoResponse ->
Expand Down

0 comments on commit 96007b0

Please sign in to comment.