Skip to content

Commit bb2cf48

Browse files
committed
try to revert to the previous path to fix CI
1 parent 084aff9 commit bb2cf48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/contrib/azureblob_test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def test_upload_copy_move_remove_blob(self):
117117

118118
class MovieScriptTask(luigi.Task):
119119
def output(self):
120-
return AzureBlobTarget("luigi-test", "path/to/movie-cheesy.txt", client, download_when_reading=False)
120+
return AzureBlobTarget("luigi-test", "movie-cheesy.txt", client, download_when_reading=False)
121121

122122
def run(self):
123123
client.connection.create_container("luigi-test")

0 commit comments

Comments
 (0)