Skip to content

Commit

Permalink
Fix test_open_experiment()
Browse files Browse the repository at this point in the history
See also: #145
  • Loading branch information
BECATRUE committed Sep 15, 2023
1 parent e2e8f1a commit 899c612
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_explorer.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,8 @@ def test_open_experiment(self, mocked_experiment_info_thread_cls):
mocked["fullPath"].assert_called_with(item)
mocked_experiment_info_thread_cls.assert_called_with(
mocked["fullPath"].return_value,
CONSTANTS.proxy_ip,
CONSTANTS.proxy_port,
mocked["openBuilder"],
app
)
Expand Down

0 comments on commit 899c612

Please sign in to comment.