Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ChasNelson1990 committed Jul 21, 2023
1 parent 71595be commit 244b1c6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ckanext/validation/tests/test_logic.py
Original file line number Diff line number Diff line change
Expand Up @@ -346,9 +346,11 @@ def test_run_non_auth_user(self):

user = factories.User()
org = factories.Organization()
resource = factories.Resource()
dataset = factories.Dataset(
owner_org=org["id"], resources=[factories.Resource()]
owner_org=org["id"]
)
print(dataset)

context = {"user": user["name"], "model": model}

Expand Down

0 comments on commit 244b1c6

Please sign in to comment.