mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-13 19:33:55 +03:00
server: remove schema registry v1 action webhook call (cherry-pick v2.34)
Cherry picks https://github.com/hasura/graphql-engine-mono/pull/10312 and https://github.com/hasura/graphql-engine-mono/pull/10306 (for the bigquery test fix) PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10342 Co-authored-by: Samir Talwar <47582+SamirTalwar@users.noreply.github.com> GitOrigin-RevId: be1c15ce30e055471ec148e19a340031eeb6793f
This commit is contained in:
parent
76c25d7beb
commit
c511cb5335
@ -59,9 +59,9 @@ tests = do
|
||||
- domain: global
|
||||
location: q
|
||||
locationType: parameter
|
||||
message: 'Syntax error: Expected end of input but got keyword SOME at [1:1]'
|
||||
message: 'Syntax error: Unexpected keyword SOME at [1:1]'
|
||||
reason: invalidQuery
|
||||
message: 'Syntax error: Expected end of input but got keyword SOME at [1:1]'
|
||||
message: 'Syntax error: Unexpected keyword SOME at [1:1]'
|
||||
status: INVALID_ARGUMENT
|
||||
path: $
|
||||
|]
|
||||
|
Loading…
Reference in New Issue
Block a user