Skip to content

Commit c405d7c

Browse files
authored
Merge pull request #459 from TheHive-Project/458-use-thehive-v553-in-integration-tests
#458 - Use TheHive v5.5.3 in integration tests
2 parents 5127056 + d8825ae commit c405d7c

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
@@ -24,7 +24,7 @@
2424
@pytest.fixture(scope="session")
2525
def test_config():
2626
return TestConfig(
27-
image_name="strangebee/thehive:5.5.2",
27+
image_name="strangebee/thehive:5.5.3",
2828
container_name="thehive4py-integration-tester",
2929
user="admin@thehive.local",
3030
password="secret",

0 commit comments

Comments
 (0)