Skip to content

Commit

Permalink
Remove empty Cmd on tc_new_container_request
Browse files Browse the repository at this point in the history
  • Loading branch information
xtremekforever committed Jul 10, 2024
1 parent f3d3362 commit e54bcb2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion testcontainers-c/testcontainers-c.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ var customizers map[int][]*testcontainers.CustomizeRequestOption
func tc_new_container_request(image *C.cchar_t) (id int) {
req := testcontainers.ContainerRequest{
Image: C.GoString(image),
Cmd: []string{""},
}

containerRequests = append(containerRequests, &req)
Expand Down

0 comments on commit e54bcb2

Please sign in to comment.