mirror of
https://github.com/inspec/inspec
synced 2025-02-17 06:28:40 +00:00
Merge pull request #1875 from ndobson/fixrefreshtoken
Fix version method call for refresh token
This commit is contained in:
commit
be2453def6
1 changed files with 1 additions and 1 deletions
|
@ -355,7 +355,7 @@ module Compliance
|
||||||
config['user'] = user
|
config['user'] = user
|
||||||
config['insecure'] = insecure
|
config['insecure'] = insecure
|
||||||
config['server_type'] = 'compliance'
|
config['server_type'] = 'compliance'
|
||||||
config['version'] = Compliance::API.version(url, insecure)
|
config['version'] = Compliance::API.version(config)
|
||||||
|
|
||||||
if !verify
|
if !verify
|
||||||
config.store
|
config.store
|
||||||
|
|
Loading…
Add table
Reference in a new issue