graphql-engine/server/tests-py/queries/v1/insert/onconflict
Auke Booij b03ed983f1 Remove spaces before colons in error messages and descriptions
This PR is the result of running the following commands:
```bash
$ git grep -l '".* : "' -- '*.hs' | xargs sed -i -E 's/(".*) : "/\1: "/'
$ scripts/dev.sh test --integration --accept
```

Also manually fixed a few tests and docs

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/6148
GitOrigin-RevId: cf8b87605d41d9ce86613a41ac5fd18691f5a641
2022-10-01 14:48:58 +00:00
..
article_on_conflict_error_missing_article_constraint.yaml Remove spaces before colons in error messages and descriptions 2022-10-01 14:48:58 +00:00
article_on_conflict_ignore_constraint.yaml add python based tests, remove haskell tests 2018-10-04 18:14:15 +05:30
article_on_conflict_no_action_specified.yaml add python based tests, remove haskell tests 2018-10-04 18:14:15 +05:30
article_unexpected_on_conflict_action.yaml add python based tests, remove haskell tests 2018-10-04 18:14:15 +05:30
article_unexpected_on_conflict_constraint_error.yaml add python based tests, remove haskell tests 2018-10-04 18:14:15 +05:30
schema_setup.yaml [server] coalesce multiple run_sql calls in tests (#270) 2021-01-06 16:07:22 +00:00
schema_teardown.yaml run graphql tests on both http and websocket; add parallelism (close #1868) (#1921) 2019-04-08 12:52:38 +05:30
upsert_author.yaml python based tests (#387) 2018-09-18 11:51:57 +05:30
values_setup.yaml run graphql tests on both http and websocket; add parallelism (close #1868) (#1921) 2019-04-08 12:52:38 +05:30
values_teardown.yaml run graphql tests on both http and websocket; add parallelism (close #1868) (#1921) 2019-04-08 12:52:38 +05:30