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)