tests: Rename DoNotTruncateSessionVariables regression test

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/5485
GitOrigin-RevId: 4e29e05516e716958febcee03f21862944d5dd88
This commit is contained in:
Daniel Harvey 2022-08-15 14:57:00 +01:00 committed by hasura-bot
parent a4c3fb3ff0
commit 57025ef3b3
2 changed files with 2 additions and 2 deletions

View File

@ -1272,7 +1272,7 @@ test-suite tests-hspec
Test.Queries.Simple.PrimaryKeySpec Test.Queries.Simple.PrimaryKeySpec
Test.Queries.SortSpec Test.Queries.SortSpec
Test.Quoter.YamlSpec Test.Quoter.YamlSpec
Test.Regression.DoNotTruncateSessionVariables8158 Test.Regression.DoNotTruncateSessionVariables8158Spec
Test.RemoteRelationship.FromRemoteSchemaSpec Test.RemoteRelationship.FromRemoteSchemaSpec
Test.RemoteRelationship.MetadataAPI.ClearMetadataSpec Test.RemoteRelationship.MetadataAPI.ClearMetadataSpec
Test.RemoteRelationship.MetadataAPI.Common Test.RemoteRelationship.MetadataAPI.Common

View File

@ -2,7 +2,7 @@
-- | -- |
-- See https://github.com/hasura/graphql-engine/issues/8158 -- See https://github.com/hasura/graphql-engine/issues/8158
module Test.Regression.DoNotTruncateSessionVariables8158 (spec) where module Test.Regression.DoNotTruncateSessionVariables8158Spec (spec) where
import Data.Aeson (Value) import Data.Aeson (Value)
import Data.List.NonEmpty qualified as NE import Data.List.NonEmpty qualified as NE