mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
2422a29b04
The provider is declaring itself as "internetarchive" which does not match the tags "internet_archive" used on the tests. Since we blacklist the tests that are run, it meant they continued to run even if no credentials were present.
5 lines
207 B
Ruby
5 lines
207 B
Ruby
# encoding: utf-8
|
|
|
|
Shindo.tests('InternetArchive | signed_params', ['internetarchive']) do
|
|
returns( Fog::InternetArchive.escape( "'Stöp!' said Fred_-~." ) ) { "%27St%C3%B6p%21%27%20said%20Fred_-~." }
|
|
end
|