We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9bd7544 + d968257 commit fa02455Copy full SHA for fa02455
acceptance/openstack/identity/v2/token_test.go
@@ -14,7 +14,7 @@ func TestAuthenticate(t *testing.T) {
14
service := unauthenticatedClient(t)
15
16
// Authenticated!
17
- result := tokens2.Create(service, ao)
+ result := tokens2.Create(service, tokens2.WrapOptions(ao))
18
19
// Extract and print the token.
20
token, err := result.ExtractToken()
0 commit comments