Fakultas Ilmu Komputer UI
Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
PMPL
Class Project
Kape
Commits
44008e6c
Commit
44008e6c
authored
May 23, 2017
by
Joshua Casey
Browse files
just added newline at end of file
parent
a75a3b91
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/tests/test_vacancies.py
View file @
44008e6c
...
...
@@ -281,4 +281,4 @@ class CompanyListsTests(APITestCase):
url
=
'/api/companies/'
+
str
(
new_company3
.
pk
)
+
'/applications/'
+
str
(
new_vacancy
.
pk
)
+
'/by_vacancy/'
response
=
self
.
client
.
get
(
url
,
format
=
'json'
)
self
.
assertEqual
(
response
.
status_code
,
status
.
HTTP_403_FORBIDDEN
)
\ No newline at end of file
self
.
assertEqual
(
response
.
status_code
,
status
.
HTTP_403_FORBIDDEN
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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