fix args
This commit is contained in:
parent
e19a9a5bed
commit
f104c413d4
|
@ -50,7 +50,7 @@ GIT
|
|||
|
||||
GIT
|
||||
remote: git://github.com/travis-ci/travis-core.git
|
||||
revision: a0aa1e2f79d45a4c59c1046a5435fe598eda2d2a
|
||||
revision: a82f25fb00a39c3c64b8c09c716c206e6f4c6fad
|
||||
specs:
|
||||
travis-core (0.0.1)
|
||||
actionmailer (~> 3.2.19)
|
||||
|
|
|
@ -25,7 +25,7 @@ module Travis
|
|||
InsufficientAccess = ClientError .create(status: 403)
|
||||
WrongParams = ClientError .create('wrong parameters')
|
||||
ServerError = Error .create(status: 500)
|
||||
NotImplemented = ServerError .create(status: 501, 'request not (yet) implemented')
|
||||
NotImplemented = ServerError .create('request not (yet) implemented', status: 501)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue
Block a user