Skip to content

Commit

Permalink
Fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
stefankoegl committed Aug 3, 2018
1 parent 94722bc commit b622f2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mygpo/api/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,14 +201,14 @@ def setUp(self):
defaults = {
'title': 'My Podcast',
},
)
).object
self.episode = Episode.objects.get_or_create_for_url(
self.podcast,
'http://example.com/directory-podcast/1.mp3',
defaults = {
'title': 'My Episode',
},
)
).object
User = get_user_model()
self.password = 'asdf'
self.username = 'adv-api-user'
Expand Down

0 comments on commit b622f2f

Please sign in to comment.