driver(container): fix conditional statement for error handling

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
(cherry picked from commit 57d737a13c)
This commit is contained in:
CrazyMax
2024-01-05 16:24:18 +01:00
parent b68ee824c6
commit 8fb1163577
4 changed files with 54 additions and 2 deletions

View File

@@ -27,6 +27,7 @@ func TestIntegration(t *testing.T) {
tests = append(tests, lsTests...)
tests = append(tests, imagetoolsTests...)
tests = append(tests, versionTests...)
tests = append(tests, createTests...)
testIntegration(t, tests...)
}