Update actor_controller_test.exs
This commit is contained in:
parent
39be25bf3c
commit
589c0abb01
1 changed files with 2 additions and 2 deletions
|
@ -65,8 +65,8 @@ defmodule NullaWeb.ActorControllerTest do
|
|||
assert is_list(response["tag"])
|
||||
assert is_list(response["attachment"])
|
||||
assert is_map(response["endpoints"])
|
||||
assert is_map(response["icon"])
|
||||
assert is_map(response["image"])
|
||||
assert is_map(response["icon"]) or is_nil(response["icon"])
|
||||
assert is_map(response["image"]) or is_nil(response["image"])
|
||||
assert is_binary(response["vcard:bday"]) or is_nil(response["vcard:bday"])
|
||||
assert is_binary(response["vcard:Address"]) or is_nil(response["vcard:Address"])
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue