graphql-engine/server/tests-py/queries/actions
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
..
async server/tests-py: Use environment variables for services in queries. 2022-08-03 20:05:46 +00:00
custom-types server/tests-py: Set up postgis extensions using a fixture. 2022-08-15 14:30:42 +00:00
introspection [server] generate the correct type for single-row returning functions 2021-08-11 12:42:30 +00:00
metadata server/tests-py: Use environment variables for services in queries. 2022-08-03 20:05:46 +00:00
nested-relation Remove spaces before colons in error messages and descriptions 2022-10-01 14:48:58 +00:00
relationships/basic server/tests-py: Use environment variables for services in queries. 2022-08-03 20:05:46 +00:00
roles_inheritance server/tests-py: Use environment variables for services in queries. 2022-08-03 20:05:46 +00:00
sync server/tests-py: Factor out service URLs as environment variables. 2022-08-15 14:59:05 +00:00
timeout server: do not serialize env vars in logs or errors: PR II - Actions 2022-05-23 11:13:49 +00:00