From 219bcf218b0bc2b09910ae3a8b5349fc308023fc Mon Sep 17 00:00:00 2001 From: Mehmet Akif <44048737+Quaqmre@users.noreply.github.com> Date: Thu, 11 Feb 2021 23:21:21 +0300 Subject: [PATCH] Duplucate test scenario fix (#16829) Co-authored-by: Mattermod --- config/utils_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, }, {