You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: transcripts/share-apis/notifications/run.zsh
+23-1Lines changed: 23 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,28 @@ fetch "$test_user" POST private-contribution-create '/users/test/projects/privat
51
51
52
52
fetch "$unauthorized_user" GET notifications-get-unauthorized '/users/test/notifications/hub'
53
53
54
-
fetch "$test_user" GET list-notifications-test '/users/test/notifications/hub'
54
+
test_notification_id=$(fetch_data_jq "$test_user" GET list-notifications-test '/users/test/notifications/hub''.notifications[0].id')
55
+
transcripts_notification_id=$(fetch_data_jq "$transcripts_user" GET list-notifications-transcripts '/users/transcripts/notifications/hub''.notifications[0].id')
55
56
56
57
fetch "$transcripts_user" GET list-notifications-transcripts '/users/transcripts/notifications/hub'
0 commit comments