1 parent d67262b commit 94cbf46Copy full SHA for 94cbf46
1 file changed
tests/test_upload.py
@@ -135,10 +135,11 @@ def test_fileditch_upload(self):
135
url = FileDitchUploader(self.file_path).upload().strip()
136
self._assert_uploaded_url(
137
url,
138
- ("https://fileditchfiles.me/file.php?f=/",),
+ ("https://fileditchfiles.me/",),
139
verify_access=False,
140
)
141
142
+ @unittest.skip("0x0.st uploads are currently suspended")
143
@unittest.skipIf(
144
os.getenv("GITHUB_ACTIONS") == "true", "Skipping NullUploader test on GitHub CI"
145
0 commit comments