remove unused variable
This commit is contained in:
parent
d7f1421d2c
commit
faf3330f1b
1 changed files with 1 additions and 1 deletions
|
@ -388,7 +388,7 @@ test "updates the user's background, upload_limit, returns a HTTP 413", %{
|
|||
"pleroma_background_image" => new_background_oversized
|
||||
})
|
||||
|
||||
assert user_response = json_response_and_validate_schema(res, 413)
|
||||
assert json_response_and_validate_schema(res, 413)
|
||||
assert user.background == %{}
|
||||
|
||||
clear_config([:instance, :upload_limit], upload_limit)
|
||||
|
|
Loading…
Reference in a new issue