Skip to content

Commit

Permalink
Update spec/models/work_spec.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
mccalluc committed Oct 25, 2022
1 parent 2c96d91 commit 9f3b048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/models/work_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@
expect(WorkActivity.where(activity_type: "SYSTEM").last.message).to eq("marked as awaiting_approval")
curator_notification = WorkActivity.where(activity_type: "SYSTEM").first.message
expect(curator_notification).to include("@#{curator.uid}")
expect(curator_notification). to include(Rails.application.routes.url_helpers.work_path(awaiting_approval_work))
expect(curator_notification).to include(Rails.application.routes.url_helpers.work_path(awaiting_approval_work))
end
end

Expand Down

0 comments on commit 9f3b048

Please sign in to comment.