MCPcopy Create free account
hub / github.com/flant/shell-operator / TestNotFoundError

Function TestNotFoundError

pkg/debug/server_test.go:82–85  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

80}
81
82func TestNotFoundError(t *testing.T) {
83 err := &NotFoundError{Msg: "not found"}
84 assert.Equal(t, "not found", err.Error())
85}

Callers

nothing calls this directly

Calls 1

ErrorMethod · 0.95

Tested by

no test coverage detected