Skip to content

Commit 2b1e4e6

Browse files
committed
Force recreating vocabulary
1 parent 351d530 commit 2b1e4e6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/hdx/api/test_ckan.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ def configuration(self):
3535
user_agent="test",
3636
hdx_key=hdx_key,
3737
)
38-
Vocabulary._approved_vocabulary = None
39-
Vocabulary._tags_dict = None
4038
Locations._validlocations = None
4139
Country.countriesdata(use_live=False)
40+
Vocabulary._approved_vocabulary = None
41+
Vocabulary._tags_dict = None
4242

4343
@pytest.fixture(scope="function")
4444
def datasetmetadata(self):

0 commit comments

Comments
 (0)