diff --git a/config/utils_test.go b/config/utils_test.go index 472aefaf1e..c5d63eba21 100644 --- a/config/utils_test.go +++ b/config/utils_test.go @@ -158,8 +158,8 @@ func TestIsDatabaseDSN(t *testing.T) { Expected: true, }, { - Name: "Mysql DSN", - DSN: "mysql://localhost", + Name: "Postgresql DSN", + DSN: "postgres://localhost", Expected: true, }, {