We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 940b9a2 commit 2a12c93Copy full SHA for 2a12c93
test/_utils.py
@@ -7,7 +7,7 @@
7
8
9
def xml_asset_path(filename):
10
- return os.path.join(TEST_ASSET_DIR, "responses", filename)
+ return os.path.join(TEST_ASSET_DIR, filename)
11
12
13
def data_asset_path(filename):
0 commit comments