Skip to content

Commit

Permalink
test - Fix StackScript Test Failure due to Ubuntu 23.04 Image Depreca…
Browse files Browse the repository at this point in the history
…tion (#10091)

* Replace Ubuntu 23.04 with 23.10 when checking Image dropdown
  • Loading branch information
jdamore-linode authored Jan 22, 2024
1 parent 0fdf768 commit 4e78680
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions packages/manager/.changeset/pr-10091-tests-1705938529204.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@linode/manager": Tests
---

Fix test failure related to Ubuntu 23.04 Image deprecation ([#10091](https://github.com/linode/manager/pull/10091))
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ describe('Create stackscripts', () => {
{ label: 'Debian 12', sel: 'linode/debian12' },
{ label: 'Fedora 38', sel: 'linode/fedora38' },
{ label: 'Rocky Linux 9', sel: 'linode/rocky9' },
{ label: 'Ubuntu 23.04', sel: 'linode/ubuntu23.04' },
{ label: 'Ubuntu 23.10', sel: 'linode/ubuntu23.10' },
];

interceptCreateStackScript().as('createStackScript');
Expand Down

0 comments on commit 4e78680

Please sign in to comment.