fix: config

This commit is contained in:
Philipp Rothmann 2022-12-12 12:21:57 +01:00
parent 3222e79a34
commit 6bacbe9584
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ describe 'Config', type: :request do
let(:api_scopes) { ['config:user'] }
response '200', 'success' do
schema type: :object, properties: {}
run_test!
end