We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ff14c1 commit b58fd15Copy full SHA for b58fd15
tests/unit/test_r.py
@@ -65,7 +65,8 @@ def test_snapshot_rspm_date(base_image):
65
for requested, expected in test_dates.items():
66
snapshot_url = r.get_rspm_snapshot_url(requested)
67
assert snapshot_url.startswith(
68
- "https://packagemanager.rstudio.com/all/__linux__/focal/"
+ # VERSION_CODENAME is handled at runtime during the build
69
+ "https://packagemanager.rstudio.com/all/__linux__/${VERSION_CODENAME}/"
70
+ expected.strftime("%Y-%m-%d")
71
)
72
0 commit comments