Skip to content

Commit c7ebfe3

Browse files
alexhambleyelichad
andauthored
Fix typo in tests/test_integration.py
Co-authored-by: Eli Chadwick <eli.chadwick@manchester.ac.uk>
1 parent 5d9231c commit c7ebfe3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def docker_compose(docker_client):
2121

2222
PROJECT = f"test_{uuid.uuid4().hex}"
2323

24-
# Intergration tests use the MinIO endpoints, so enable
24+
# Integration tests use the MinIO endpoints, so enable
2525
# MinIO and start the opt-in "minio" compose profile.
2626
compose_env = {**os.environ, "MINIO_ENABLED": "true"}
2727

0 commit comments

Comments
 (0)