foundation: fix exception when uploading new Foundation url format.
Fix 'null value in column "source_url"' exception when uploading urls like this: * https://foundation.app/@KILLERGF/kgfgen/4 * https://foundation.app/@mochiiimo/foundation/97376
This commit is contained in:
@@ -334,6 +334,10 @@ class UploadsControllerTest < ActionDispatch::IntegrationTest
|
||||
|
||||
should_upload_successfully("https://kmyama.fanbox.cc/posts/104708")
|
||||
should_upload_successfully("https://downloads.fanbox.cc/images/post/104708/wsF73EC5Fq0CIK84W0LGYk2p.jpeg")
|
||||
|
||||
should_upload_successfully("https://foundation.app/@mochiiimo/~/97376")
|
||||
should_upload_successfully("https://foundation.app/@mochiiimo/foundation/97376")
|
||||
should_upload_successfully("https://foundation.app/@KILLERGF/kgfgen/4")
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user