Skip to content

Commit

Permalink
updates for v2 in ssot
Browse files Browse the repository at this point in the history
  • Loading branch information
whitej6 committed Dec 4, 2023
1 parent 6a5c660 commit 61fb7ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def load_json(path):
return json.loads(file.read())


DEVICE_FIXTURE = load_json("./{{ cookiecutter.plugin_name }}/tests/fixtures/fixtures/get_devices.json")
DEVICE_FIXTURE = load_json("./{{ cookiecutter.plugin_name }}/tests/fixtures/get_devices.json")


class Test{{ cookiecutter.system_of_record_camel }}AdapterTestCase(TransactionTestCase):
Expand Down

0 comments on commit 61fb7ab

Please sign in to comment.