Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Nov 27, 2018
1 parent 4c3d4b8 commit 23f1c79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bakery/tests/__init__.py
Expand Up @@ -131,7 +131,7 @@ def get_content(self, obj):
return super(MockSubjectRSSFeed, self).get_content(obj.id)

def build_path(self, obj):
return str(obj.id) + '/feed.xml'
return '{}/feed.xml'.format(obj.id)

def items(self, obj):
# Realistically there would be a second model here
Expand Down

0 comments on commit 23f1c79

Please sign in to comment.