Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit da51da6

Browse files
authoredApr 22, 2022
Update test with new image
1 parent 33c81cf commit da51da6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎drivers/digitalocean/create_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ func testInstance(instance *autoscaler.Instance) func(t *testing.T) {
147147
if got, want := instance.ID, "3164494"; got != want {
148148
t.Errorf("Want droplet ID %v, got %v", want, got)
149149
}
150-
if got, want := instance.Image, "docker-18-04"; got != want {
150+
if got, want := instance.Image, "docker-20-04"; got != want {
151151
t.Errorf("Want droplet Image %v, got %v", want, got)
152152
}
153153
if got, want := instance.Name, "example.com"; got != want {

0 commit comments

Comments
 (0)
Please sign in to comment.