tests: update tests

This commit is contained in:
debugtalk
2020-06-08 16:56:55 +08:00
parent 2237b34901
commit 30461e8037
4 changed files with 61 additions and 26 deletions

View File

@@ -139,5 +139,5 @@ class TestUtils(unittest.TestCase):
config_variables = {"base_url": "https://httpbin.org", "foo1": "bar111"}
self.assertEqual(
override_config_variables(step_variables, config_variables),
{"base_url": "https://httpbin.org", "foo1": "bar111"},
{"base_url": "https://httpbin.org", "foo1": "bar1"},
)