def test_sets_relation_with_dict(self, check_call_, check_output, local_unit): hookenv.relation_set(relation_settings={"foo": "bar"}) check_call_.assert_called_with(['relation-set', 'foo=bar'])