Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mcarans committed Jan 10, 2025
1 parent 655ee94 commit 2904b92
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions tests/hdx/utilities/test_filestore_helper.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
import copy
import re

from tests.hdx.data import resource_data

from hdx.api.utilities.filestore_helper import FilestoreHelper
from hdx.data.resource import Resource

resource_data = {
"name": "MyResource1",
"package_id": "6f36a41c-f126-4b18-aaaf-6c2ddfbc5d4d",
"format": "xlsx",
"url": "http://test/spreadsheet.xlsx",
"description": "My Resource",
"api_type": "api",
"resource_type": "api",
}


class TestFilestoreHelper:
def test_dataset_update_filestore_resource(self, configuration):
Expand Down

0 comments on commit 2904b92

Please sign in to comment.