mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2024-12-21 15:32:32 +00:00
chore(test): fix failing tests
This commit is contained in:
parent
9f8e1c29ce
commit
cff9ee00f4
1 changed files with 2 additions and 2 deletions
|
@ -113,9 +113,9 @@ defmodule Mobilizon.GraphQL.Resolvers.ConfigTest do
|
|||
assert res["data"]["config"]["long_description"] == nil
|
||||
assert res["data"]["config"]["slogan"] == nil
|
||||
assert res["data"]["config"]["languages"] == []
|
||||
assert length(res["data"]["config"]["timezones"]) == 596
|
||||
assert length(res["data"]["config"]["timezones"]) > 500
|
||||
assert res["data"]["config"]["rules"] == nil
|
||||
assert String.slice(res["data"]["config"]["version"], 0, 5) == "5.0.0"
|
||||
assert String.slice(res["data"]["config"]["version"], 0, 5) == "5.0.1"
|
||||
assert res["data"]["config"]["federating"] == true
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue