fix: send 0 values when configuring base (#63)
This commit is contained in:
@ -173,6 +173,14 @@ var testCases = []operationTestCase{
|
||||
return
|
||||
}
|
||||
|
||||
config, err := ops.Configuration(ctx)
|
||||
if err != nil {
|
||||
t.Errorf("%+v", errors.WithStack(err))
|
||||
return
|
||||
}
|
||||
|
||||
t.Logf("updated configuration: %v", spew.Sdump(config))
|
||||
|
||||
},
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user