mirror of
https://github.com/daniviga/django-ram.git
synced 2026-02-03 17:40:39 +01:00
Fix tests
This commit is contained in:
@@ -161,7 +161,7 @@ class PortalTestBase(TestCase):
|
|||||||
self.catalog.scales.add(self.scale_ho)
|
self.catalog.scales.add(self.scale_ho)
|
||||||
|
|
||||||
self.magazine = Magazine.objects.create(
|
self.magazine = Magazine.objects.create(
|
||||||
name="Model Railroader", published=True
|
name="Model Railroader", publisher=self.publisher, published=True
|
||||||
)
|
)
|
||||||
|
|
||||||
self.magazine_issue = MagazineIssue.objects.create(
|
self.magazine_issue = MagazineIssue.objects.create(
|
||||||
|
|||||||
Reference in New Issue
Block a user