Add spec for AccountController.update_credentials
authorEgor Kislitsyn <egor@kislitsyn.com>
Tue, 7 Apr 2020 10:53:12 +0000 (14:53 +0400)
committerEgor Kislitsyn <egor@kislitsyn.com>
Mon, 13 Apr 2020 14:16:07 +0000 (18:16 +0400)
commit260cbddc943e53a85762e56852de65d2b900cc04
tree35392d875d9496dbe137c8cff5a8a20a83e8af28
parentf80116125f928de36c93627bbdf5f6578396f53b
Add spec for AccountController.update_credentials
lib/pleroma/web/api_spec/helpers.ex
lib/pleroma/web/api_spec/operations/account_operation.ex
lib/pleroma/web/api_spec/schemas/account_field_attribute.ex [new file with mode: 0644]
lib/pleroma/web/api_spec/schemas/account_update_credentials_request.ex [new file with mode: 0644]
lib/pleroma/web/mastodon_api/controllers/account_controller.ex
test/support/conn_case.ex
test/web/api_spec/account_operation_test.exs
test/web/mastodon_api/controllers/account_controller/update_credentials_test.exs