Skip to content

Commit

Permalink
Fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aristizabal95 committed Jul 28, 2023
1 parent 14e0f36 commit 3326768
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/medperf/tests/entities/test_cube.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ def test_cube_runs_command(self, mocker, timeout, setup, task):
PATCH_CUBE.format("pexpect.spawn"), side_effect=mpexpect.spawn
)
expected_cmd = (
f"mlcube run --mlcube={self.manifest_path} --task={task} --network=none"
+ f"--platform={self.platform}"
f"mlcube run --mlcube={self.manifest_path} --task={task}"
+ f"--platform={self.platform} --network=none"
)

# Act
Expand Down

0 comments on commit 3326768

Please sign in to comment.