Skip to content

Commit

Permalink
Merge pull request #409 from TheHive-Project/408-use-thehive-548-in-i…
Browse files Browse the repository at this point in the history
…ntegration-tests

#408 - Use TheHive 5.4.8 in integration tests
  • Loading branch information
Kamforka authored Mar 5, 2025
2 parents 2f351b9 + f66fd0f commit 12e5d02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
@pytest.fixture(scope="session")
def test_config():
return TestConfig(
image_name="strangebee/thehive:5.4.7",
image_name="strangebee/thehive:5.4.8",
container_name="thehive4py-integration-tester",
user="[email protected]",
password="secret",
Expand Down

0 comments on commit 12e5d02

Please sign in to comment.