Skip to content

Commit

Permalink
mistake in scenarios.json corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
gauravsaini04 committed Sep 2, 2024
1 parent 08a2c8b commit a302402
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions test/desktop-lite/scenarios.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,18 @@
"test_vnc_resolution_as_env_var": {
"image": "ubuntu:noble",
"features": {
"desktop-lite": {},
"containerEnv": {
"VNC_RESOLUTION": "1920x1080x32"
},
"remoteEnv": {
"VNC_RESOLUTION": "1920x1080x32"
},
"forwardPorts": [
5901,
6080
]
"desktop-lite": {}
}
,
"containerEnv": {
"VNC_RESOLUTION": "1920x1080x32"
},
"remoteEnv": {
"VNC_RESOLUTION": "1920x1080x32"
},
"forwardPorts": [
5901,
6080
]
}
}

0 comments on commit a302402

Please sign in to comment.