Allow voting for anonymous users

This commit is contained in:
Pavel Mineev
2020-01-07 23:43:49 -06:00
committed by Umputun
parent 5ee76febf2
commit bfa308e8da
5 changed files with 32 additions and 2 deletions
+1
View File
@@ -22,5 +22,6 @@ beforeEach(() => {
readonly_age: 100,
version: 'jest-test',
simple_view: false,
anon_vote: false,
};
});