Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuyukai committed Jan 25, 2024
1 parent 4e4219d commit daad633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
AMQP_HOST = os.environ.get("AMQP_HOST", "127.0.0.1")
AMQP_PORT = int(os.environ.get("AMQP_PORT", 5672))
AMQP_USERNAME = os.environ.get("AMQP_USERNAME", "guest")
AMQP_PASSWORD = os.environ.get("AMQP_PASSWORD", "guestt")
AMQP_PASSWORD = os.environ.get("AMQP_PASSWORD", "guest")


# pyright complains about this being unused, but it isn't.
Expand Down

0 comments on commit daad633

Please sign in to comment.