Fix unit tests

Signed-off-by: Francesco Torchia <francesco.torchia@suse.com>
This commit is contained in:
Francesco Torchia 2024-04-02 17:38:26 +02:00
parent 12f0c2feee
commit 8631e6c8f1
No known key found for this signature in database
GPG Key ID: E6D011B7415D4393
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ describe('page: cluster dashboard', () => {
['clusterProvider', [], 'other'],
['kubernetesVersion', [], '0.0.0 k3s'],
['created', [], 'glance.created'],
['architecture', [{ labels: { [NODE_ARCHITECTURE]: 'amd64' } }, { labels: { [NODE_ARCHITECTURE]: '' } }], 'Mixed'],
['architecture', [{ labels: { [NODE_ARCHITECTURE]: 'amd64' } }, { labels: { [NODE_ARCHITECTURE]: 'intel' } }], 'Mixed'],
['architecture', [{ labels: { [NODE_ARCHITECTURE]: 'amd64' } }], 'Amd64'],
])('should show %p label', (label, nodes, text) => {
const options = clone(mountOptions);