MCPcopy
hub / github.com/grafana/dskit / assertNotContains

Method assertNotContains

server/server_test.go:779–781  ·  view source on GitHub ↗
(t *testing.T, content string)

Source from the content-addressed store, hash-verified

777}
778
779func (f *FakeLogger) assertNotContains(t *testing.T, content string) {
780 require.False(t, bytes.Contains(f.buf.Bytes(), []byte(content)))
781}
782
783func TestLogSourceIPs(t *testing.T) {
784 var level log.Level

Callers 1

TestLogSourceIPsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected