Method
ConfigUpdate
(_ context.Context, _ string, _ client.ConfigUpdateOptions)
Source from the content-addressed store, hash-verified
| 33 | } |
| 34 | |
| 35 | func (fakeConfigAPIClientList) ConfigUpdate(_ context.Context, _ string, _ client.ConfigUpdateOptions) (client.ConfigUpdateResult, error) { |
| 36 | return client.ConfigUpdateResult{}, nil |
| 37 | } |
| 38 | |
| 39 | // TestSetConfigsWithCredSpecAndConfigs tests that the setConfigs function for |
| 40 | // create correctly looks up the right configs, and correctly handles the |
Tested by
no test coverage detected