mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
oops, missed path change for image details
This commit is contained in:
parent
d70dedb678
commit
2548a4d4a6
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ unless Fog.mocking?
|
|||
request(
|
||||
:expects => [200, 203],
|
||||
:method => 'GET',
|
||||
:path => 'images.json'
|
||||
:path => 'images/detail.json'
|
||||
)
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue