Skip to content

Commit

Permalink
Update test with new image
Browse files Browse the repository at this point in the history
  • Loading branch information
kdumontnu authored Apr 22, 2022
1 parent 33c81cf commit da51da6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/digitalocean/create_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ func testInstance(instance *autoscaler.Instance) func(t *testing.T) {
if got, want := instance.ID, "3164494"; got != want {
t.Errorf("Want droplet ID %v, got %v", want, got)
}
if got, want := instance.Image, "docker-18-04"; got != want {
if got, want := instance.Image, "docker-20-04"; got != want {
t.Errorf("Want droplet Image %v, got %v", want, got)
}
if got, want := instance.Name, "example.com"; got != want {
Expand Down

0 comments on commit da51da6

Please sign in to comment.