Skip to content

Commit

Permalink
changed name to localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
ZohebShaikh committed Dec 18, 2024
1 parent c6bb049 commit 647d489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/system_tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def config_with_stomp() -> ApplicationConfig:
if _BEAMLINE == "p46":
return ApplicationConfig(
stomp=StompConfig(
host="172.23.168.198",
host="localhost",
auth=BasicAuthentication(username="guest", password="guest"), # type: ignore
),
api=RestConfig(
Expand Down

0 comments on commit 647d489

Please sign in to comment.