Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Break the test, again, for now
  • Loading branch information
jtcohen6 authored and aranke committed Feb 9, 2023
commit dda9071d59d1d28e0f26251641e0396681137be9
2 changes: 1 addition & 1 deletion tests/functional/context_methods/test_builtin_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def test_builtin_invocation_args_dict_function(self, project):
assert use_colors == "use_colors: True"
invocation_dict = find_result_in_parsed_logs(parsed_logs, "invocation_result")
assert result
# The result should include a dictionary of all flags with default values that aren't None
# The result should include a dictionary of all flags with values that aren't None
expected = (
"'send_anonymous_usage_stats': False",
"'quiet': False",
Expand Down