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 946e6c7 commit 45bc1c7Copy full SHA for 45bc1c7
Test/datafile_test.py
@@ -153,7 +153,7 @@ def test_putJson_getJson(self):
153
self.assertEqual(str(result), str(payload))
154
155
def test_putZipDir_getZipDir(self):
156
- local_directory = os.path.join(os.getcwd(), "resources/zip_directory")
+ local_directory = os.path.join(os.getcwd(), "Test/resources/zip_directory")
157
remote_directory = "data://.my/empty/datafile.zip"
158
df = AdvancedDataFile(self.client, remote_directory, cleanup=True)
159
response = df.putAsZip(local_directory)
0 commit comments