2326: Add `pref` field to prefCompare filter object r=tiftran a=mythmon



Co-authored-by: Michael Cooper <mythmon@gmail.com>
This commit is contained in:
bors[bot] 2021-05-12 16:10:38 +00:00 коммит произвёл GitHub
Родитель 2df7c8de8c 35d61c24fc
Коммит 86f14ec3b7
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -323,6 +323,12 @@ class PrefCompareFilter(BaseFilter):
``preferenceValue`` ``preferenceValue``
.. attribute:: pref
The preference to change.
:example: ``fission.experiment.max-origins.qualified``
.. attribute:: value .. attribute:: value
string, boolean, or number. string, boolean, or number.