From 7be8d09a1ce8eef228d4d1d90c43a901f6eb7774 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexandre=20Bult=C3=A9?= Date: Mon, 23 Apr 2018 11:19:16 +0200 Subject: [PATCH] Fix #59 (invalid) --- tests/test_piwik.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_piwik.py b/tests/test_piwik.py index 14520c5..6acf19d 100644 --- a/tests/test_piwik.py +++ b/tests/test_piwik.py @@ -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)