Skip to content

Commit

Permalink
Fix path to test resources (#3476)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvkb authored Dec 8, 2023
1 parent 8b67fe0 commit 46971e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions catalog/templates/template_test.py_template
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ def test_get_media_type():

def test_get_record_data():
# High level test for `get_record_data`. One way to test this is to create a
# `tests/resources/{provider}/single_item.json` file containing a sample json
# representation of a record from the API under test, call `get_record_data` with
# the json, and directly compare to expected output.
# `tests/resources/{provider_underscore}/single_item.json` file containing a sample
# json representation of a record from the API under test, call `get_record_data`
# with the json, and directly compare to expected output.
#
# Make sure to add additional tests for records of each media type supported by
# your provider.
Expand Down

0 comments on commit 46971e0

Please sign in to comment.