Fakultas Ilmu Komputer UI
Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ppl-fasilkom-ui
PPL Sosial
bisago
bisago-be
Commits
a9db0dcc
Commit
a9db0dcc
authored
Jun 01, 2021
by
Muhammad Rafif Elfazri
Browse files
[REFACTOR] Change params do PUT request function
parent
e4f74c9e
Changes
1
Hide whitespace changes
Inline
Side-by-side
informasi_fasilitas/test_views_fasilitas.py
View file @
a9db0dcc
...
...
@@ -170,6 +170,5 @@ class FasilitasRelatedViewTest(InformasiFasilitasViewTest):
'rating'
:
3
,
'tag'
:
'KR'
,
}
response
=
self
.
client
.
put
(
self
.
update_fasilitas_url
,
data
=
send_data
,
content_type
=
self
.
put_content_type
)
response
=
self
.
client
.
put
(
self
.
update_fasilitas_url
,
data
=
send_data
)
self
.
assertEqual
(
response
.
status_code
,
HTTPStatus
.
ACCEPTED
)
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