Skip to content

Commit 2a12c93

Browse files
committed
fix folder ref in central location
1 parent 940b9a2 commit 2a12c93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88

99
def xml_asset_path(filename):
10-
return os.path.join(TEST_ASSET_DIR, "responses", filename)
10+
return os.path.join(TEST_ASSET_DIR, filename)
1111

1212

1313
def data_asset_path(filename):

0 commit comments

Comments
 (0)