feat: Update last_snoozed_at after the un-snooze notification (#8943)
This commit is contained in:
@@ -179,6 +179,7 @@ RSpec.describe 'Notifications API', type: :request do
|
||||
|
||||
expect(response).to have_http_status(:success)
|
||||
expect(notification.reload.snoozed_until).not_to eq('')
|
||||
expect(notification.reload.meta['last_snoozed_at']).to be_nil
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user