From 13256b9aa4d0af32ac4775a9442b687e2e558cd4 Mon Sep 17 00:00:00 2001 From: Dmitriy <67286333+gonozov0@users.noreply.github.com> Date: Fri, 13 Oct 2023 12:48:32 +0300 Subject: [PATCH] Do not pass right database dsn when expect failed ping (#68) --- cmd/metricstest/iteration10b_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/metricstest/iteration10b_test.go b/cmd/metricstest/iteration10b_test.go index 5ea732f..0d849b3 100644 --- a/cmd/metricstest/iteration10b_test.go +++ b/cmd/metricstest/iteration10b_test.go @@ -45,7 +45,6 @@ func (suite *Iteration10BSuite) SetupSuite() { serverArgs := []string{ "-r=false", - "-d=" + flagDatabaseDSN, } ctx, cancel := context.WithTimeout(context.Background(), 20*time.Second)