Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pleroma
pleroma
Commits
53797d19
Commit
53797d19
authored
Dec 05, 2018
by
Ivan Tashkinov
Browse files
[
#210
] Test update (replaced bang- with non-bang method).
parent
be187f82
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/web/twitter_api/twitter_api_controller_test.exs
View file @
53797d19
...
...
@@ -1268,7 +1268,7 @@ test "it updates `data[name]` of referenced Object with provided value", %{conn:
})
|>
json_response
(
:no_content
)
object
=
Repo
.
get
!
(
Object
,
object
.
id
)
object
=
Repo
.
get
(
Object
,
object
.
id
)
assert
object
.
data
[
"name"
]
==
description
end
end
...
...
Write
Preview
Supports
Markdown
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