Skip to content

Commit 13f2f78

Browse files
authored
Merge pull request #510 from TheHive-Project/507-use-thehive-v5510-in-integration-tests
#507 - Use TheHive v5.5.10 in integration tests
2 parents 18a44ef + 161dfe9 commit 13f2f78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
@pytest.fixture(scope="session")
2626
def test_config():
2727
return TestConfig(
28-
image_name="strangebee/thehive:5.5.9",
28+
image_name="strangebee/thehive:5.5.10",
2929
container_name="thehive4py-integration-tester",
3030
user="admin@thehive.local",
3131
password="secret",

0 commit comments

Comments
 (0)