Skip to content

Commit

Permalink
PMM-13154 Update PG tests
Browse files Browse the repository at this point in the history
  • Loading branch information
artemgavrilov committed Aug 22, 2024
1 parent 6455c54 commit 55b54d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/runner/actions/postgresql_query_show_action_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func TestPostgreSQLQueryShow(t *testing.T) {
require.NoError(t, err)
t.Log(spew.Sdump(data))
assert.LessOrEqual(t, 200, len(data))
assert.LessOrEqual(t, len(data), 384)
assert.LessOrEqual(t, len(data), 399)

var found int
for _, m := range data {
Expand Down

0 comments on commit 55b54d9

Please sign in to comment.