Skip to content

Commit 1c584af

Browse files
committed
Fix magics test
1 parent 669d4fc commit 1c584af

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/integrations/jupyter/test_magics.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,13 +293,13 @@ def test_plan(
293293
# the models and how long it took
294294
assert len(output.stdout.strip().split("\n")) == 46
295295
assert not output.stderr
296-
assert len(output.outputs) == 4
296+
assert len(output.outputs) == 5
297297
text_output = convert_all_html_output_to_text(output)
298298
# TODO: Is this what we expect?
299299
# This has minor differences between CI/CD and local.
300300
assert "[2K" in text_output[0]
301301
assert text_output[1].startswith(
302-
"Virtually updating 'prod' environment views ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100.0%"
302+
"Updating virtual layer ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100.0%"
303303
)
304304
# TODO: Is this what we expect?
305305
assert text_output[2] == ""

0 commit comments

Comments
 (0)