From 4d60db85d1c0bfeddffe1de3e28d3464949c5f6d Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Thu, 21 Jan 2021 20:15:10 +0300 Subject: Allow https to listen on unix sockets --- tests/plugins/rpc/config_test.go | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/plugins/rpc') diff --git a/tests/plugins/rpc/config_test.go b/tests/plugins/rpc/config_test.go index df5fa391..34ca9cee 100755 --- a/tests/plugins/rpc/config_test.go +++ b/tests/plugins/rpc/config_test.go @@ -51,7 +51,6 @@ func Test_Config_Error(t *testing.T) { ln, err := cfg.Listener() assert.Nil(t, ln) assert.Error(t, err) - assert.Equal(t, "invalid DSN (tcp://:6001, unix://file.sock)", err.Error()) } func Test_Config_ErrorMethod(t *testing.T) { -- cgit v1.2.3