aboutsummaryrefslogtreecommitdiff
path: root/tests/qapi-schema/union-branch-case.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qapi-schema/union-branch-case.json')
-rw-r--r--tests/qapi-schema/union-branch-case.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/qapi-schema/union-branch-case.json b/tests/qapi-schema/union-branch-case.json
index e6565dc3b3..b7894b75d6 100644
--- a/tests/qapi-schema/union-branch-case.json
+++ b/tests/qapi-schema/union-branch-case.json
@@ -1,2 +1,2 @@
-# Branch names should be 'lower-case' unless the union is whitelisted
-{ 'union': 'NoWayThisWillGetWhitelisted', 'data': { 'Branch': 'int' } }
+# Branch names should be 'lower-case'
+{ 'union': 'Uni', 'data': { 'Branch': 'int' } }