forked from AkkomaGang/akkoma
Merge branch 'fix/cast-and-validate' into 'develop'
Fix CastAndValidate plug Closes #1889 See merge request pleroma/pleroma!2704
This commit is contained in:
commit
b2b332984c
2 changed files with 1 additions and 2 deletions
|
@ -40,7 +40,7 @@ def call(%{private: %{open_api_spex: private_data}} = conn, %{
|
|||
|> List.first()
|
||||
|
||||
_ ->
|
||||
nil
|
||||
"application/json"
|
||||
end
|
||||
|
||||
private_data = Map.put(private_data, :operation_id, operation_id)
|
||||
|
|
|
@ -780,7 +780,6 @@ test "with notifications", %{conn: conn} do
|
|||
|
||||
assert %{"id" => _id, "muting" => true, "muting_notifications" => true} =
|
||||
conn
|
||||
|> put_req_header("content-type", "application/json")
|
||||
|> post("/api/v1/accounts/#{other_user.id}/mute")
|
||||
|> json_response_and_validate_schema(200)
|
||||
|
||||
|
|
Loading…
Reference in a new issue