Skip to content

Commit a2b5270

Browse files
committed
FIXUP: review, Mar 3
1 parent 5553965 commit a2b5270

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/testing/validation/pgadmin_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ func TestPGAdminInstrumentation(t *testing.T) {
4646
{valid: false, batches: `maxDelay: 0m`}, // other zero
4747

4848
{valid: true, batches: `minRecords: 0, maxDelay: 0m`}, // both zero
49+
{valid: true, batches: `minRecords: 1, maxDelay: 1s`}, // both non-zero
4950
} {
5051
pgadmin := base.DeepCopy()
5152
require.UnmarshalInto(t, &pgadmin.Spec.Instrumentation, `{

0 commit comments

Comments
 (0)