Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
kookster committed Oct 1, 2024
1 parent 972f67c commit 4c76d44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ gem "aws-sdk-s3"
gem "csv"
gem "excon"
gem "faraday", "~> 0.17.4"
gem 'link-header-parser', '~> 6.0', '>= 6.0.1'
gem "link-header-parser", "~> 6.0", ">= 6.0.1"
gem "fiddle"
gem "hyperresource"
gem "mutex_m"
Expand Down
2 changes: 1 addition & 1 deletion test/models/megaphone/config_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
describe Megaphone::Config do
describe "#valid?" do
it "must have required attributes" do
config = build(:megaphone_config)
config = build(:megaphone_config, feed_id: 123)
assert_not_nil config.token
assert_not_nil config.network_id
assert_not_nil config.feed_id
Expand Down

0 comments on commit 4c76d44

Please sign in to comment.