Skip to content

Commit

Permalink
test: Update default test image to reflect the deprecation of Debian …
Browse files Browse the repository at this point in the history
…9 support (#623)

* update tests since debian9 support ended

* update tests since debian9 support ended
  • Loading branch information
ykim-akamai authored Nov 25, 2024
1 parent d464398 commit 87775e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/instances_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -907,7 +907,7 @@ func createInstance(t *testing.T, client *linodego.Client, enableCloudFirewall b
RootPass: randPassword(),
Region: getRegionsWithCaps(t, client, []string{"linodes"})[0],
Type: "g6-nanode-1",
Image: "linode/debian9",
Image: "linode/debian12",
Booted: linodego.Pointer(false),
}

Expand Down

0 comments on commit 87775e1

Please sign in to comment.