wip user/financial_transactions - first api post test

This commit is contained in:
viehlieb 2022-11-29 21:37:45 +01:00 committed by Philipp Rothmann
parent ecf5c6e1d4
commit d8b2aa0a11
4 changed files with 168 additions and 1 deletions

View file

@ -45,7 +45,7 @@ module ApiHelper
context 'with invalid scope' do
let(:api_scopes) { ['none'] }
let(:id) { create(class_sym).id }
response 403, 'missing scope' do
schema '$ref' => '#/components/schemas/Error403'
run_test!