test: Update mocked cockpit release
This commit is contained in:
parent
1d3967a585
commit
66ed82a531
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ export const read_os_release = (): Promise<osRelease> => {
|
|||
return new Promise((resolve) => {
|
||||
resolve({
|
||||
ID: 'rhel',
|
||||
VERSION_ID: '9',
|
||||
VERSION_ID: '10',
|
||||
});
|
||||
});
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue