Skip to content

Commit

Permalink
Test:Fix the test for automatic updates
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersBroman committed Nov 15, 2024
1 parent b1c5c52 commit 817a1e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/suite_release.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def wireshark_features(request, cmd_wireshark, make_env):
print('Failed to detect Wireshark features: %s' % (ex,))
wireshark_v = ''
return types.SimpleNamespace(
have_automatic_updates='with automatic updates' in wireshark_v,
have_automatic_updates='+automatic updates' in wireshark_v,
)

class TestReleaseAutomaticUpdates:
Expand Down

0 comments on commit 817a1e0

Please sign in to comment.