Skip to content

Remove dependency on testutil from client#50271

Merged
thaJeztah merged 1 commit intomoby:masterfrom
dmcgowan:client-testutil-dependency
Jun 27, 2025
Merged

Remove dependency on testutil from client#50271
thaJeztah merged 1 commit intomoby:masterfrom
dmcgowan:client-testutil-dependency

Conversation

@dmcgowan
Copy link
Member

To separate the client into a separate module, it cannot depend on testutil under the root module.

To separate the client into a separate module, it cannot depend on
testutil under the root module.

Signed-off-by: Derek McGowan <derek@mcg.dev>
Copy link
Member

@thaJeztah thaJeztah left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

}

longTag := testutil.GenerateRandomAlphaOnlyString(121)
longTag := generateRandomAlphaOnlyString(121)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably even could've been a const 😂

@thaJeztah thaJeztah added status/2-code-review area/testing kind/refactor PR's that refactor, or clean-up code labels Jun 27, 2025
@thaJeztah thaJeztah merged commit 68ffacf into moby:master Jun 27, 2025
190 of 191 checks passed
@github-project-automation github-project-automation bot moved this from In Progress to Done in go modules transition Jun 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/testing kind/refactor PR's that refactor, or clean-up code status/2-code-review

Projects

Development

Successfully merging this pull request may close these issues.

3 participants