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
|
end
|
||||||
|
|
||||||
context 'when valid token is provided' do
|
context 'when valid token is provided' do
|
||||||
it 'deletes Runner' do
|
it 'verifies Runner credentials' do
|
||||||
post api('/runners/verify'), token: runner.token
|
post api('/runners/verify'), token: runner.token
|
||||||
|
|
||||||
expect(response).to have_http_status 200
|
expect(response).to have_http_status 200
|
||||||
|
|
Loading…
Reference in a new issue