Skip to content

Commit 1972492

Browse files
committed
update test_main.py to reflect on py312
1 parent 8e2c810 commit 1972492

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -343,8 +343,8 @@ def test_files_that_should_be_same_are_same(subtests: pytest_subtests.plugin.Sub
343343
],
344344
"nginx/common.sh": [
345345
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",
348348
],
349349
}
350350
for group_name, (first_file, *rest) in file_groups.items():

0 commit comments

Comments
 (0)