Skip to content

Commit

Permalink
Update casing in src/app/tests/suites/TV_ContentLauncherCluster.yaml …
Browse files Browse the repository at this point in the history
…after #24507 (#24581)
  • Loading branch information
vivien-apple authored and pull[bot] committed Nov 1, 2023
1 parent c1de7cb commit 4421440
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/app/tests/suites/TV_ContentLauncherCluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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",
Expand Down Expand Up @@ -113,7 +113,7 @@ tests:
}
response:
values:
- name: "data"
- name: "Data"
value: "exampleData"
- name: "status"
- name: "Status"
value: 0

0 comments on commit 4421440

Please sign in to comment.