Skip to content

Commit 94cbf46

Browse files
committed
Update FileDitch URL and handle 0x0.st outage
1 parent d67262b commit 94cbf46

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/test_upload.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,11 @@ def test_fileditch_upload(self):
135135
url = FileDitchUploader(self.file_path).upload().strip()
136136
self._assert_uploaded_url(
137137
url,
138-
("https://fileditchfiles.me/file.php?f=/",),
138+
("https://fileditchfiles.me/",),
139139
verify_access=False,
140140
)
141141

142+
@unittest.skip("0x0.st uploads are currently suspended")
142143
@unittest.skipIf(
143144
os.getenv("GITHUB_ACTIONS") == "true", "Skipping NullUploader test on GitHub CI"
144145
)

0 commit comments

Comments
 (0)