Pull request 1835: bootstrap-plain
Merge in DNS/adguard-home from bootstrap-plain to master Updates AdguardTeam/dnsproxy#324. Squashed commit of the following: commit bd5d569dc26154985857977e81650eb0a51559a5 Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Tue Apr 18 17:41:53 2023 +0300 querylog: rm proxyutil dep commit 9db4053555e06eba264f7d3e6c75c747f8d73b56 Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Tue Apr 18 17:34:29 2023 +0300 all: upd proxy
This commit is contained in:
@@ -182,8 +182,7 @@ func TestDecodeLogEntry(t *testing.T) {
|
||||
if tc.want == "" {
|
||||
assert.Empty(t, s)
|
||||
} else {
|
||||
assert.True(t, strings.HasSuffix(s, tc.want),
|
||||
"got %q", s)
|
||||
assert.True(t, strings.HasSuffix(s, tc.want), "got %q", s)
|
||||
}
|
||||
|
||||
logOutput.Reset()
|
||||
|
||||
Reference in New Issue
Block a user