fix: send 0 values when configuring base (#63)

This commit is contained in:
2024-09-18 15:20:41 +02:00
parent 593c062993
commit b2cdf23fb7
2 changed files with 15 additions and 7 deletions

View File

@ -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))
},
},
{