diff options
Diffstat (limited to 'spec')
| -rw-r--r-- | spec/vcr_cassettes/ssh-key-not-found.yml | 2 | ||||
| -rw-r--r-- | spec/vcr_cassettes/ssh-key-not-implemented.yml | 2 | ||||
| -rw-r--r-- | spec/vcr_cassettes/ssh-key-ok.yml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/spec/vcr_cassettes/ssh-key-not-found.yml b/spec/vcr_cassettes/ssh-key-not-found.yml index 68c646e..55e5b4f 100644 --- a/spec/vcr_cassettes/ssh-key-not-found.yml +++ b/spec/vcr_cassettes/ssh-key-not-found.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://dev.gitlab.org/api/v3/internal/ssh-key?fingerprint=whatever + uri: https://dev.gitlab.org/api/v3/internal/authorized_keys?key=whatever body: encoding: US-ASCII string: secret_token=a123 diff --git a/spec/vcr_cassettes/ssh-key-not-implemented.yml b/spec/vcr_cassettes/ssh-key-not-implemented.yml index 4eafd27..98c3c00 100644 --- a/spec/vcr_cassettes/ssh-key-not-implemented.yml +++ b/spec/vcr_cassettes/ssh-key-not-implemented.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://dev.gitlab.org/api/v3/internal/authorized_keys?fingerprint=whatever + uri: https://dev.gitlab.org/api/v3/internal/authorized_keys?key=whatever body: encoding: US-ASCII string: secret_token=a123 diff --git a/spec/vcr_cassettes/ssh-key-ok.yml b/spec/vcr_cassettes/ssh-key-ok.yml index 3f2756a..9101236 100644 --- a/spec/vcr_cassettes/ssh-key-ok.yml +++ b/spec/vcr_cassettes/ssh-key-ok.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://dev.gitlab.org/api/v3/internal/authorized_keys?fingerprint=42:18:16 + uri: https://dev.gitlab.org/api/v3/internal/authorized_keys?key=42:18:16 body: encoding: US-ASCII string: secret_token=a123 |
