fix: ignores 'remove_volumes' on container import

This commit is contained in:
Manuel Vogel 2020-10-11 17:01:08 +02:00
parent c1e7d9d4d9
commit 11a1c18748
No known key found for this signature in database
GPG key ID: 24E54F214569A8A5

View file

@ -88,6 +88,7 @@ func TestAccDockerContainer_basic(t *testing.T) {
"container_logs",
"destroy_grace_seconds",
"upload",
"remove_volumes",
// TODO mavogel: Will be done in #219
"volumes",