1
0
mirror of https://github.com/accelforce/Yuito synced 2024-12-22 05:19:05 +01:00

Update LinkHelperTest.kt

Remove negative test for a URL that's invalid for Pleroma, but valid for Bookwyrm
This commit is contained in:
Mike Barnes 2023-08-08 19:10:36 +10:00 committed by GitHub
parent e290df5499
commit 83de22950d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -348,7 +348,6 @@ class LinkHelperTest {
arrayOf("https://pleroma.foo.bar/users/", false),
arrayOf("https://pleroma.foo.bar/users/meow/", false),
arrayOf("https://pleroma.foo.bar/users/@meow", false),
arrayOf("https://pleroma.foo.bar/user/2345", false),
arrayOf("https://pleroma.foo.bar/notices/123456", false),
arrayOf("https://pleroma.foo.bar/notice/@neverhappen/", false),
arrayOf("https://pleroma.foo.bar/object/abcdef-123-abcd-9876543", false),