diff --git a/test/init_test.go b/test/init_test.go index 7e57210..465be32 100644 --- a/test/init_test.go +++ b/test/init_test.go @@ -30,7 +30,7 @@ func TestMain(main *testing.M) { logger.SetLevel(logging.LEVEL_SUPPRESS_SYS_COMP) // configuration configuration := settings.NewTestConfiguration() - configuration.GetMySQLConfiguration().SetDatabase("greatape") + configuration.GetPostgreSQLConfiguration().SetDatabase("greatape") // factories operationsFactory := operations.NewFactory() handlersFactory := handlers.NewFactory()