Skip to content

Commit

Permalink
Fix opendatateam#59 (invalid)
Browse files Browse the repository at this point in the history
  • Loading branch information
abulte committed Apr 23, 2018
1 parent 87a69f1 commit 7be8d09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_piwik.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def app(request):

@pytest.fixture(scope='module')
def dataset_resource():
resource = ResourceFactory()
resource = ResourceFactory(url='http://schéma.org')
dataset = DatasetFactory(resources=[resource])
# 2x visit
visit(dataset)
Expand Down

0 comments on commit 7be8d09

Please sign in to comment.