Skip to content

Commit c3efa10

Browse files
committed
test
1 parent 9f125cd commit c3efa10

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
env:
3030
RABBITMQ_DEFAULT_USER: admin
3131
RABBITMQ_DEFAULT_PASS: admin
32+
RABBITMQ_DEFAULT_VHOST: /
3233
ports:
3334
- 5672:5672
3435
steps:

tests/test_rabbitmq.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
@pytest.fixture
1111
def rabbitmq():
12-
return useRabbitMQ(host="localhost", port=5672, username="admin")
12+
return useRabbitMQ(port=5672, username="admin")
1313

1414

1515
def test_rabbitmq_connection(rabbitmq):

0 commit comments

Comments
 (0)