Skip to content

Commit

Permalink
#359 - Upgrade test integrator to use v5.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamforka committed Oct 22, 2024
1 parent 7cd0836 commit f711ff9
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 f711ff9

Please sign in to comment.