Skip to content

Commit

Permalink
better specify test image name
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamforka committed Feb 12, 2023
1 parent d8b0f54 commit 3fe5f4a
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 @@ -23,7 +23,7 @@
@pytest.fixture(scope="session")
def test_config():
return TestConfig(
image_name="thehive4py-integrator:thehive-5.0.25-1",
image_name="kamforka/thehive4py-integrator:thehive-5.0.25-1",
container_name="thehive4py-itegration-tests",
user="admin@thehive.local",
password="secret",
Expand Down

0 comments on commit 3fe5f4a

Please sign in to comment.