File tree 1 file changed +4
-2
lines changed
tests/integrations/jupyter
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -299,15 +299,17 @@ def test_plan(
299
299
# This has minor differences between CI/CD and local.
300
300
assert "[2K" in text_output [0 ]
301
301
assert text_output [1 ].startswith (
302
- "Virtually Updating 'prod' ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100.0%"
302
+ "Virtually updating 'prod' environment views ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100.0%"
303
303
)
304
304
# TODO: Is this what we expect?
305
305
assert text_output [2 ] == ""
306
- assert text_output [3 ] == "Target environment updated successfully"
306
+ assert text_output [3 ] == ""
307
+ assert text_output [4 ] == "Environment views updated successfully"
307
308
assert convert_all_html_output_to_tags (output ) == [
308
309
["pre" , "span" ],
309
310
["pre" ] + ["span" ] * 4 ,
310
311
["pre" ],
312
+ ["pre" ],
311
313
["pre" , "span" ],
312
314
]
313
315
You can’t perform that action at this time.
0 commit comments