Skip to content

Commit

Permalink
Merge pull request #360 from TheHive-Project/359-upgrade-test-suite-t…
Browse files Browse the repository at this point in the history
…o-use-thehive-v542

#359 - Upgrade test integrator to use v5.4.2
  • Loading branch information
Kamforka authored Oct 22, 2024
2 parents 7cd0836 + f711ff9 commit b3162f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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="strangebee/thehive:5.3.6",
image_name="strangebee/thehive:5.4.2",
container_name="thehive4py-integration-tester",
user="[email protected]",
password="secret",
Expand Down
1 change: 1 addition & 0 deletions thehive4py/endpoints/case.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ def update(
"convention like other update methods. Please use the `fields` "
"argument to prevent breaking changes in the future.",
category=DeprecationWarning,
stacklevel=2,
)
fields = kwargs["case"]

Expand Down

0 comments on commit b3162f6

Please sign in to comment.