Update example's name in /runners/verify tests
This commit is contained in:
parent
45f1975d7e
commit
37b36b4693
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ describe API::Runner do
|
|||
end
|
||||
|
||||
context 'when valid token is provided' do
|
||||
it 'deletes Runner' do
|
||||
it 'verifies Runner credentials' do
|
||||
post api('/runners/verify'), token: runner.token
|
||||
|
||||
expect(response).to have_http_status 200
|
||||
|
|
Loading…
Reference in a new issue