[go: nahoru, domu]

Skip to content

Commit

Permalink
Update tests/store/artifact/test_databricks_artifact_repo.py
Browse files Browse the repository at this point in the history
Signed-off-by: Harutaka Kawamura <hkawamura0130@gmail.com>
  • Loading branch information
harupy committed Jul 4, 2024
1 parent 95cfd72 commit d1a9017
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/store/artifact/test_databricks_artifact_repo.py
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,6 @@ def test_list_artifacts_handles_pagination(databricks_artifact_repo):
mock.call(ListArtifacts(run_id=MOCK_RUN_ID, path="", page_token="4")),
mock.call(ListArtifacts(run_id=MOCK_RUN_ID, path="", page_token="6")),
]

assert message_mock.mock_calls == calls


Expand Down

0 comments on commit d1a9017

Please sign in to comment.