Skip to content

Commit 05bdf9a

Browse files
ytauschpavelzw
andcommitted
review #3
Co-authored-by: Pavel Zwerschke <[email protected]>
1 parent cd68215 commit 05bdf9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_upstream_versions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1231,7 +1231,7 @@ def test_update_upstream_versions_nonexistent_package(caplog):
12311231
feedstock=feedstock_name,
12321232
)
12331233

1234-
assert "Feedstock nonexistent-feedstock not found in graph" in caplog.text
1234+
assert f"Feedstock {feedstock_name}-feedstock not found in graph" in caplog.text
12351235

12361236

12371237
@mock.patch("conda_forge_tick.update_upstream_versions.filter_nodes_for_job")

0 commit comments

Comments
 (0)