Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian leggett committed Sep 18, 2024
1 parent 4a7c6b2 commit 2c8867f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class TestAddTablePage(TestCase):
def setUp(self):
self.user = factories.UserFactory.create(is_superuser=False)
self.client = Client(**get_http_sso_data(self.user))
self.dataset = factories.MasterDataSetFactory.create()
self.dataset = factories.MasterDataSetFactory.create(information_asset_owner=self.user)

def test_about_service_page(self):
response = self.client.get(
Expand Down

0 comments on commit 2c8867f

Please sign in to comment.