fix: quotes

This commit is contained in:
Philipp Rothmann 2023-01-02 13:55:23 +01:00
parent 138b99e6f2
commit a3452e9d9f
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ describe 'User', type: :request do
path '/user/financial_transactions' do
post 'create new financial transaction (requires enabled self service)' do
tags "Financial Transaction"
tags 'Financial Transaction'
consumes 'application/json'
produces 'application/json'