Skip to content

Commit

Permalink
Fixes nightly postgres versions
Browse files Browse the repository at this point in the history
  • Loading branch information
gurkanindibay committed Jul 17, 2023
1 parent 75aaf0a commit b8c8257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging_automation/tests/test_citus_package.py
Original file line number Diff line number Diff line change
Expand Up @@ -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():
Expand Down

0 comments on commit b8c8257

Please sign in to comment.