Skip to content

Commit

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

#386 - Use TheHive 5.4.7 in integration tests
  • Loading branch information
Kamforka authored Jan 21, 2025
2 parents c44fc1a + 794992e commit c42e073
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.6",
image_name="strangebee/thehive:5.4.7",
container_name="thehive4py-integration-tester",
user="[email protected]",
password="secret",
Expand Down

0 comments on commit c42e073

Please sign in to comment.