Skip to content

Commit c6a9ec6

Browse files
committed
test(upload): add Filester integration test
1 parent 59909f6 commit c6a9ec6

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

tests/test_upload.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
BuzzheavierUploader,
1616
CatboxUploader,
1717
FileDitchUploader,
18+
FilesterUploader,
1819
GofileUploader,
1920
LitterboxUploader,
2021
MixdropUploader,
@@ -219,6 +220,13 @@ def test_sharey_upload(self):
219220
("https://sharey.org/",),
220221
)
221222

223+
def test_filester_upload(self):
224+
url = FilesterUploader(self.file_path).upload().strip()
225+
self._assert_uploaded_url(
226+
url,
227+
("https://filester.me/d/",),
228+
)
229+
222230

223231
if __name__ == "__main__":
224232
unittest.main()

0 commit comments

Comments
 (0)