Skip to content

Commit 59c563a

Browse files
Add testing code
1 parent 7aa2304 commit 59c563a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/controllers/heartbeat_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
class HeartbeatController < ApplicationController
44
def index
5-
SqsUtilities.send_events_other_doi_job_message({ subj_id: "fake_subj_id", obj_id: "fake_obj_id" })
5+
SqsUtilities.send_events_other_doi_job_message({ subj_id: "10.13038/FOO.BAR", obj_id: "10.13038/BAR.FOO" })
66
render(
77
plain: "OK",
88
status: :ok,

0 commit comments

Comments
 (0)