Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sthiriet committed Jul 18, 2024
1 parent 379ac71 commit bd0e65d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_object.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ def test_get_artifact_folder_info_timeout(mocker):
mocker.patch("pyartifactory.models.artifact.ArtifactFolderInfoResponse.model_validate")
artifactory.session.return_value = mocker.MagicMock()
artifactory.info("ARTIFACT_REPO")
artifactory.session.get.call_args_list[0][1]["timeout"] == 1
assert artifactory.session.get.call_args_list[0][1]["timeout"] == 1

0 comments on commit bd0e65d

Please sign in to comment.