mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-10 02:05:12 +00:00
[#210] Test update (replaced bang- with non-bang method).
This commit is contained in:
parent
be187f82f7
commit
53797d19c5
|
@ -1268,7 +1268,7 @@ defmodule Pleroma.Web.TwitterAPI.ControllerTest do
|
|||
})
|
||||
|> json_response(:no_content)
|
||||
|
||||
object = Repo.get!(Object, object.id)
|
||||
object = Repo.get(Object, object.id)
|
||||
assert object.data["name"] == description
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue