Skip to content

Commit

Permalink
Update providers/base/bin/wifi_nmcli_test.py
Browse files Browse the repository at this point in the history
Co-authored-by: Massimiliano <[email protected]>
  • Loading branch information
pieqq and Hook25 authored Sep 23, 2024
1 parent e0397d8 commit cc45b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/base/bin/wifi_nmcli_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ def main():
# running under Remote
if os.geteuid() == 0:
print_journal_entries(start_time)

Check warning on line 399 in providers/base/bin/wifi_nmcli_test.py

View check run for this annotation

Codecov / codecov/patch

providers/base/bin/wifi_nmcli_test.py#L399

Added line #L399 was not covered by tests
raise e
raise
finally:
turn_up_connection(activated_uuid)
delete_test_ap_ssid_connection()
Expand Down

0 comments on commit cc45b31

Please sign in to comment.