Skip to content

Commit e67551a

Browse files
committed
provider/docker: fix image test
there's a new latest in town
1 parent e9a18a8 commit e67551a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

builtin/providers/docker/resource_docker_image_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ func TestAccDockerImage_basic(t *testing.T) {
1717
resource.TestCheckResourceAttr(
1818
"docker_image.foo",
1919
"latest",
20-
"b7cf8f0d9e82c9d96bd7afd22c600bfdb86b8d66c50d29164e5ad2fb02f7187b"),
20+
"d52aff8195301dba95e8e3d14f0c3738a874237afd54233d250a2fc4489bfa83"),
2121
),
2222
},
2323
},

0 commit comments

Comments
 (0)