We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8603b1d commit 23c8647Copy full SHA for 23c8647
1 file changed
tests/hdx/api/test_ckan.py
@@ -19,6 +19,7 @@
19
from hdx.api.locations import Locations
20
from hdx.data.dataset import Dataset
21
from hdx.data.resource import Resource
22
+from hdx.data.user import User
23
from hdx.data.vocabulary import Vocabulary
24
from hdx.location.country import Country
25
from hdx.utilities.dateparse import now_utc
@@ -35,6 +36,7 @@ def configuration(self):
35
36
user_agent="test",
37
hdx_key=hdx_key,
38
)
39
+ User.check_current_user_write_access("5a63012e-6c41-420c-8c33-e84b277fdc90")
40
Locations._validlocations = None
41
Country.countriesdata(use_live=False)
42
Vocabulary._approved_vocabulary = None
0 commit comments