From 46971e04e0f7076b6a245af6496390523dbb48cc Mon Sep 17 00:00:00 2001 From: Dhruv Bhanushali Date: Fri, 8 Dec 2023 09:47:48 +0400 Subject: [PATCH] Fix path to test resources (#3476) --- catalog/templates/template_test.py_template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/catalog/templates/template_test.py_template b/catalog/templates/template_test.py_template index 3c4073c4086..31ed808429b 100644 --- a/catalog/templates/template_test.py_template +++ b/catalog/templates/template_test.py_template @@ -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.