Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
gtrkiller committed Jan 30, 2024
1 parent f441ba6 commit 107b3a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ async def test_reverse_proxy_plugin(unit_web_client: UnitWebClient):
f"{unit_web_client.web}/manage/configureSecurity"
)
config_page = str(res.content, "utf-8")

assert (
"HTTP Header by reverse proxy" in config_page
), f"reverse-proxy-auth-plugin configuration option not found. {config_page}"
Expand Down

0 comments on commit 107b3a6

Please sign in to comment.