Skip to content

Commit

Permalink
[ci] Refactor Notifications::RssFeedItem specs
Browse files Browse the repository at this point in the history
  • Loading branch information
Moises Deniz Aleman authored and hennevogel committed Jun 29, 2017
1 parent 4bb2d59 commit bc22d50
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/spec/factories/notification.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FactoryGirl.define do
factory :notification do
event_type 'FakeEventType'
event_payload 'FakeJsonPayload'
event_payload { { fake: 'payload' } }
subscription_receiver_role 'owner'
end

Expand Down

0 comments on commit bc22d50

Please sign in to comment.