We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 351d530 commit 2b1e4e6Copy full SHA for 2b1e4e6
1 file changed
tests/hdx/api/test_ckan.py
@@ -35,10 +35,10 @@ def configuration(self):
35
user_agent="test",
36
hdx_key=hdx_key,
37
)
38
- Vocabulary._approved_vocabulary = None
39
- Vocabulary._tags_dict = None
40
Locations._validlocations = None
41
Country.countriesdata(use_live=False)
+ Vocabulary._approved_vocabulary = None
+ Vocabulary._tags_dict = None
42
43
@pytest.fixture(scope="function")
44
def datasetmetadata(self):
0 commit comments