Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
VandorpeDavid committed Aug 2, 2017
1 parent 2f98f9b commit 0c0dc46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/seeds.rb
Expand Up @@ -8,7 +8,7 @@
#
require 'webmock'
WebMock.allow_net_connect!
url = 'https://raw.githubusercontent.com/ZeusWPI/hydra/master/iOS/Resources/Associations.json'
url = 'https://raw.githubusercontent.com/ZeusWPI/hydra/62c7a07f7c3db3fc4460929338d3a3b1bbd06bdb/iOS/Resources/Associations.json'
hash = JSON(HTTParty.get(url).body)
WebMock.disable_net_connect!

Expand Down

0 comments on commit 0c0dc46

Please sign in to comment.