We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15033d9 commit 5f2df4fCopy full SHA for 5f2df4f
lib/docker/test_env/mockserver.go
@@ -55,8 +55,6 @@ func NewMockServer(networks []string, opts ...EnvComponentOption) *MockServer {
55
56
// WithTestInstance configures the MockServer with a test logger and test context.
57
// It returns the updated MockServer instance for use in testing scenarios.
58
-//
59
-// Deprecated: Use Parrot instead
60
func (ms *MockServer) WithTestInstance(t *testing.T) *MockServer {
61
ms.l = logging.GetTestLogger(t)
62
ms.t = t
0 commit comments