mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 09:22:43 +03:00
Fix regression test for Yugabyte
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/7347 GitOrigin-RevId: 073a5a121440b822b0b393ee3bf3fea640ffb47f
This commit is contained in:
parent
81a9e5318f
commit
aa63e58d79
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user