forked from AkkomaGang/akkoma
UserTest: Hide warning in tests.
This commit is contained in:
parent
a985bd57b4
commit
2328eff09c
1 changed files with 1 additions and 0 deletions
|
@ -555,6 +555,7 @@ test "gets an existing user by fully qualified nickname, case insensitive" do
|
|||
assert user == fetched_user
|
||||
end
|
||||
|
||||
@tag capture_log: true
|
||||
test "returns nil if no user could be fetched" do
|
||||
{:error, fetched_user} = User.get_or_fetch_by_nickname("nonexistant@social.heldscal.la")
|
||||
assert fetched_user == "not found nonexistant@social.heldscal.la"
|
||||
|
|
Loading…
Reference in a new issue