Skip to content

Commit

Permalink
chore: no need to pass the provider type
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed Apr 3, 2024
1 parent 9a11a36 commit 29d3fa8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docker_exec_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ func TestExecWithOptions(t *testing.T) {
}

container, err := GenericContainer(ctx, GenericContainerRequest{
ProviderType: providerType,
ContainerRequest: req,
Started: true,
})
Expand Down Expand Up @@ -85,7 +84,6 @@ func TestExecWithMultiplexedResponse(t *testing.T) {
}

container, err := GenericContainer(ctx, GenericContainerRequest{
ProviderType: providerType,
ContainerRequest: req,
Started: true,
})
Expand Down Expand Up @@ -114,7 +112,6 @@ func TestExecWithNonMultiplexedResponse(t *testing.T) {
}

container, err := GenericContainer(ctx, GenericContainerRequest{
ProviderType: providerType,
ContainerRequest: req,
Started: true,
})
Expand Down

0 comments on commit 29d3fa8

Please sign in to comment.