test: Update mocked cockpit release

This commit is contained in:
regexowl 2025-06-19 14:41:24 +02:00 committed by Klara Simickova
parent 1d3967a585
commit 66ed82a531

View file

@ -7,7 +7,7 @@ export const read_os_release = (): Promise<osRelease> => {
return new Promise((resolve) => {
resolve({
ID: 'rhel',
VERSION_ID: '9',
VERSION_ID: '10',
});
});
};