Skip to content

Commit

Permalink
clean up diff.
Browse files Browse the repository at this point in the history
  • Loading branch information
euler-room committed Oct 29, 2024
1 parent a0db02f commit 3612573
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/dashboard/test/system/project_manager_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,7 @@ def add_auto_environment_variable(project_id, script_id, save: true)
click_on 'Launch'
assert_selector('.alert-success', text: 'job-id-123')
jobs = YAML.safe_load(File.read("#{ondemand_dir}/job_log.yml"), permitted_classes: [Time])

assert_equal(1, jobs.size)
assert_equal('job-id-123', jobs[0]['id'])
end
Expand Down

0 comments on commit 3612573

Please sign in to comment.