File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -343,8 +343,8 @@ def test_files_that_should_be_same_are_same(subtests: pytest_subtests.plugin.Sub
343
343
],
344
344
"nginx/common.sh" : [
345
345
PROJECT_ROOT / "codeserver/ubi9-python-3.12/nginx/root/usr/share/container-scripts/nginx/common.sh" ,
346
- PROJECT_ROOT / "rstudio/c9s-python-3.11 /nginx/root/usr/share/container-scripts/nginx/common.sh" ,
347
- PROJECT_ROOT / "rstudio/rhel9-python-3.11 /nginx/root/usr/share/container-scripts/nginx/common.sh" ,
346
+ PROJECT_ROOT / "rstudio/c9s-python-3.12 /nginx/root/usr/share/container-scripts/nginx/common.sh" ,
347
+ PROJECT_ROOT / "rstudio/rhel9-python-3.12 /nginx/root/usr/share/container-scripts/nginx/common.sh" ,
348
348
],
349
349
}
350
350
for group_name , (first_file , * rest ) in file_groups .items ():
You can’t perform that action at this time.
0 commit comments