remove duplicate sitesettings error

This commit is contained in:
mattkatz 2023-11-04 21:43:33 -04:00
parent 339298cb3d
commit d3d5f1bec6

View file

@ -143,7 +143,6 @@ class RssFeedView(TestCase):
shelf=shelf,
user=self.local_user,
)
models.SiteSettings.objects.create()
view = rss_feed.RssShelfFeed()
request = self.factory.get("/user/books/test-shelf/rss")
request.user = self.local_user