UI: Fix missing label.allocated key in Status widget test mock (#13546)

PR #13254 added an 'allocated' case to Status.vue getText() that calls
$t('label.allocated'), but did not update the test mock data, causing
two Allocated badge tests to fail in CI.
This commit is contained in:
Manoj Kumar 2026-07-07 16:13:07 +05:30 committed by GitHub
parent b3b9caddc1
commit 4d006b5f85
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -97,7 +97,8 @@
"message.guestnetwork.state.disabled": "message.guestnetwork.state.disabled",
"message.guestnetwork.state.migrating": "message.guestnetwork.state.migrating",
"message.guestnetwork.state.alert": "message.guestnetwork.state.alert",
"message.guestnetwork.state.allocated": "message.guestnetwork.state.allocated"
"message.guestnetwork.state.allocated": "message.guestnetwork.state.allocated",
"label.allocated": "Allocated"
}
},
"routes": [