Skip to content

Commit

Permalink
fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TShapinsky committed May 10, 2024
1 parent 4475fbb commit 8d69ac6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Start dependencies
run: |
printenv
docker compose up -d mongo redis minio mc goaws
docker compose up -d mongo redis minio mc
- name: Run tests with pytest
run: |
Expand Down
2 changes: 1 addition & 1 deletion tests/worker/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def env_setup(monkeypatch):
monkeypatch.setenv('S3_URL', 'http://localhost:9000')
monkeypatch.setenv('REDIS_HOST', 'localhost')
monkeypatch.setenv('S3_BUCKET', 'alfalfa')
monkeypatch.setenv('JOB_QUEUE_URL', 'http://localhost:4100/queue/local-queue1')
monkeypatch.setenv('JOB_QUEUE', 'Alfalfa Job Queue')
monkeypatch.setenv('MONGO_URL', 'mongodb://localhost:27017')
monkeypatch.setenv('MONGO_DB_NAME', 'alfalfa_test')
monkeypatch.setenv('REGION', 'us-west-1')

0 comments on commit 8d69ac6

Please sign in to comment.