Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
johrstrom committed Aug 26, 2024
1 parent 8b5a2ed commit 8cb41b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/dashboard/test/system/project_manager_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ def add_auto_environment_variable(project_id, script_id, save: true)

Open3
.stubs(:capture3)
.with({}, 'sbatch', '-J', 'my cool job name', '-A', 'pas2051', '--export',
.with({}, 'sbatch', '-J', 'project-manager/my cool job name', '-A', 'pas2051', '--export',
'NONE', '--parsable', '-M', 'owens',
stdin_data: "hostname\n")
.returns(['job-id-123', '', exit_success])
Expand Down

0 comments on commit 8cb41b9

Please sign in to comment.