diff --git a/packaging_automation/tests/test_citus_package.py b/packaging_automation/tests/test_citus_package.py index 1e1994d3..19ab9c99 100644 --- a/packaging_automation/tests/test_citus_package.py +++ b/packaging_automation/tests/test_citus_package.py @@ -137,7 +137,7 @@ def test_build_packages(): assert os.path.exists(postgres_version_file_path) config = dotenv_values(postgres_version_file_path) assert config["release_versions"] == "12,13,14" - assert config["nightly_versions"] == "13,14,15" + assert config["nightly_versions"] == "14,15" def test_get_required_package_count():