graphql-engine/server/tests-py/queries/v1/track_table
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
..
setup.yaml Server: fix issue of not being able to track tables with non-compliant GraphQL names (#313) 2021-01-12 08:13:58 +00:00
teardown.yaml Server: fix issue of not being able to track tables with non-compliant GraphQL names (#313) 2021-01-12 08:13:58 +00:00
track_function_table_same_name.yaml fail on tracking table/function with name conflict (close #2020) (#2383) 2019-07-11 07:41:20 +00:00
track_non_graphql_compliant_table.yaml Server: fix issue of not being able to track tables with non-compliant GraphQL names (#313) 2021-01-12 08:13:58 +00:00
track_table_function_same_name.yaml fail on tracking table/function with name conflict (close #2020) (#2383) 2019-07-11 07:41:20 +00:00
track_untrack_materialized_view.yaml Remove spaces before colons in error messages and descriptions 2022-10-01 14:48:58 +00:00
track_untrack_table_as_not_admin_error.yaml add python based tests, remove haskell tests 2018-10-04 18:14:15 +05:30
track_untrack_table_deps.yaml Remove spaces before colons in error messages and descriptions 2022-10-01 14:48:58 +00:00
track_untrack_table_non_public_schema.yaml add python based tests, remove haskell tests 2018-10-04 18:14:15 +05:30
track_untrack_table.yaml Remove spaces before colons in error messages and descriptions 2022-10-01 14:48:58 +00:00