def test_sets_relation_with_missing_value(self, check_call_, check_output, local_unit): hookenv.relation_set(foo=None) check_call_.assert_called_with(['relation-set', 'foo='])