Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
pleroma
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
383
Issues
383
List
Boards
Labels
Service Desk
Milestones
Merge Requests
59
Merge Requests
59
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Pleroma
pleroma
Commits
2328eff0
Commit
2328eff0
authored
May 19, 2020
by
lain
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
UserTest: Hide warning in tests.
parent
a985bd57
Pipeline
#26096
passed with stages
in 8 minutes and 59 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
test/user_test.exs
test/user_test.exs
+1
-0
No files found.
test/user_test.exs
View file @
2328eff0
...
...
@@ -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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment