Skip to content

Commit

Permalink
Add RestlerSettings initialization in test.
Browse files Browse the repository at this point in the history
  • Loading branch information
marina-p committed Jan 23, 2025
1 parent e13cb6d commit 306b9f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions restler/unit_tests/test_restler_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ def test_checkers_in_settings(self):
self.assertEqual(None, settings.get_checker_arg('resource_hierarchy_rule_mode', 'mode'))

def test_validate_string_values_in_candidate_values(self):
_ = RestlerSettings({})
candidate_values = primitives.CandidateValuesPool()

invalid_dict = {
Expand Down

0 comments on commit 306b9f1

Please sign in to comment.