Skip to content

Commit a9272c0

Browse files
Adding test_launchUrl_fn back in.
1 parent 250ecf3 commit a9272c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/tests/run_tv_casting_test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@ def test_casting_fn(tv_app_rel_path, tv_casting_app_rel_path):
629629

630630
test_commissioning_fn(valid_discovered_commissioner_number, tv_casting_app_info, tv_app_info, log_paths)
631631
test_subscription_fn(tv_casting_app_info, log_paths) # SHAO OG
632-
# test_launchUrl_fn(tv_casting_app_info, tv_app_info, log_paths)
632+
test_launchUrl_fn(tv_casting_app_info, tv_app_info, log_paths)
633633

634634

635635
if __name__ == '__main__':

0 commit comments

Comments
 (0)