Duplucate test scenario fix (#16829)
Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
Этот коммит содержится в:
@@ -158,8 +158,8 @@ func TestIsDatabaseDSN(t *testing.T) {
|
|||||||
Expected: true,
|
Expected: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
Name: "Mysql DSN",
|
Name: "Postgresql DSN",
|
||||||
DSN: "mysql://localhost",
|
DSN: "postgres://localhost",
|
||||||
Expected: true,
|
Expected: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user