Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: regro/cf-scripts
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9bd52fe567db0b9c3d5b0a9904d3551463edad96
Choose a base ref
..
head repository: regro/cf-scripts
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4bb07e7355feca4a0adea7ce0d6c0853c865b125
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 tests/test_migrators.py
2 changes: 1 addition & 1 deletion tests/test_migrators.py
Original file line number Diff line number Diff line change
@@ -544,7 +544,7 @@ def run_test_migration(
if isinstance(m, Version):
pass
else:
assert prb in m.pr_body(fctx)
assert prb in m.pr_body(None)
try:
if "new_version" in kwargs:
pmy["version_pr_info"] = {"new_version": kwargs["new_version"]}