Fix regression test for Yugabyte

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/7347
GitOrigin-RevId: 073a5a121440b822b0b393ee3bf3fea640ffb47f
This commit is contained in:
Tom Harding 2022-12-21 10:31:25 +00:00 committed by hasura-bot
parent 81a9e5318f
commit aa63e58d79

View File

@ -155,7 +155,7 @@ tests opts = do
[("X-Hasura-Role", encodeUtf8 "role-select-only")]
[graphql|
query ActualData {
hasura_foo {
hasura_foo(order_by: {id: asc}) {
bar
id
}