8000 case sensitive runners · tableau/server-client-python@97b6671 · GitHub
[go: up one dir, main page]

Skip to content

Commit 97b6671

Browse files
committed
case sensitive runners
1 parent 5d4b129 commit 97b6671

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/_utils.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@
66
TEST_ASSET_DIR = os.path.join(os.path.dirname(__file__), "assets")
77

88

9+
# should rename this because json files are also in the responses directory
910
def xml_asset_path(filename):
1011
return os.path.join(TEST_ASSET_DIR, filename)
1112

1213

1314
def data_asset_path(filename):
14-
return os.path.join(TEST_ASSET_DIR, "data", filename)
15+
return os.path.join(TEST_ASSET_DIR, "Data", filename)
1516

1617

1718
def read_xml_asset(filename):

0 commit comments

Comments
 (0)
0