Fix: handling of no inline policy for service acc. (#3221)
This commit is contained in:
committed by
GitHub
parent
0df9487527
commit
0afea63994
@@ -186,6 +186,7 @@ func TestObjectGet(t *testing.T) {
|
||||
}
|
||||
|
||||
response, err := client.Do(request)
|
||||
fmt.Printf("Console server Response: %v\nErr: %v\n", response, err)
|
||||
|
||||
assert.NotNil(response, fmt.Sprintf("%s response object is nil", tt.name))
|
||||
assert.Nil(err, fmt.Sprintf("%s returned an error: %v", tt.name, err))
|
||||
|
||||
Reference in New Issue
Block a user