From d4233269b73cbc6e73f35d521e4aa56c3df9caf0 Mon Sep 17 00:00:00 2001 From: pinkflower32 Date: Sun, 26 Jan 2025 22:24:19 +0100 Subject: [PATCH] Typo fix hasura_integration_helpers.go --- hasura/hasura_integration_helpers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hasura/hasura_integration_helpers.go b/hasura/hasura_integration_helpers.go index 44562e1..4536810 100644 --- a/hasura/hasura_integration_helpers.go +++ b/hasura/hasura_integration_helpers.go @@ -27,7 +27,7 @@ func TestExpectedMetadataWithActual( ) { var cfg config.Config if err := config.Parse(configPath, &cfg); err != nil { - t.Fatalf("Error with reading configuratoin file: %s", err) + t.Fatalf("Error with reading configuration file: %s", err) } api := New(cfg.Hasura.URL, cfg.Hasura.Secret)