From 4421440356481735827d8e71e870b0a3ac9e6147 Mon Sep 17 00:00:00 2001 From: Vivien Nicolas Date: Mon, 23 Jan 2023 16:43:18 +0100 Subject: [PATCH] Update casing in src/app/tests/suites/TV_ContentLauncherCluster.yaml after #24507 (#24581) --- .../suites/TV_ContentLauncherCluster.yaml | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/tests/suites/TV_ContentLauncherCluster.yaml b/src/app/tests/suites/TV_ContentLauncherCluster.yaml index cf59366304175b..efbd2082d12fd7 100644 --- a/src/app/tests/suites/TV_ContentLauncherCluster.yaml +++ b/src/app/tests/suites/TV_ContentLauncherCluster.yaml @@ -44,11 +44,11 @@ tests: command: "launchContent" arguments: values: - - name: "autoPlay" + - name: "AutoPlay" value: true - - name: "data" + - name: "Data" value: "exampleData" - - name: "search" + - name: "Search" value: { ParameterList: @@ -63,20 +63,20 @@ tests: } response: values: - - name: "data" + - name: "Data" value: "exampleData" - - name: "status" + - name: "Status" value: 0 - label: "Launch URL Command" command: "launchURL" arguments: values: - - name: "contentURL" + - name: "ContentURL" value: "exampleUrl" - - name: "displayString" + - name: "DisplayString" value: "exampleDisplayString" - - name: "brandingInformation" + - name: "BrandingInformation" value: { ProviderName: "exampleName", @@ -113,7 +113,7 @@ tests: } response: values: - - name: "data" + - name: "Data" value: "exampleData" - - name: "status" + - name: "Status" value: 0