()
| 64 | } |
| 65 | |
| 66 | func emptyLogs() client.ContainerLogsResult { |
| 67 | return io.NopCloser(bytes.NewReader(nil)) |
| 68 | } |
| 69 | |
| 70 | func TestPreStart_SuccessTwoHooksInOrder(t *testing.T) { |
| 71 | tested, apiClient := newPreStartTestService(t) |
no outgoing calls
no test coverage detected