We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20d00a1 commit e76ebb8Copy full SHA for e76ebb8
tests/integrations/jupyter/test_magics.py
@@ -299,11 +299,11 @@ def test_plan(
299
# This has minor differences between CI/CD and local.
300
assert "[2K" in text_output[0]
301
assert text_output[1].startswith(
302
- "Virtually Updating 'prod' ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100.0%"
+ "Virtually updating 'prod' environment views ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100.0%"
303
)
304
# TODO: Is this what we expect?
305
assert text_output[2] == ""
306
- assert text_output[3] == "Target environment updated successfully"
+ assert text_output[3] == "Environment views updated successfully"
307
assert convert_all_html_output_to_tags(output) == [
308
["pre", "span"],
309
["pre"] + ["span"] * 4,
0 commit comments