Skip to content

Commit

Permalink
fix: update host header for testSecOrgName
Browse files Browse the repository at this point in the history
  • Loading branch information
f-necas committed May 28, 2024
1 parent cb458e7 commit 6d35e43
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ protected void doStart() {

public @Test void testSecOrgnamePresent() {
testClient.get().uri("/echo/")//
.header("Host", "localhost")//
.header("Authorization", "Basic dGVzdGFkbWluOnRlc3RhZG1pbg==") // testadmin:testadmin
.exchange()//
.expectStatus()//
Expand Down

0 comments on commit 6d35e43

Please sign in to comment.