Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Carlos Ribas
rnacentral-webcode
Commits
291cca8f
Commit
291cca8f
authored
Apr 01, 2021
by
carlosribas
Browse files
Change upi used in the test
parent
fa3a74e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
rnacentral/apiv1/test.py
rnacentral/apiv1/test.py
+1
-1
No files found.
rnacentral/apiv1/test.py
View file @
291cca8f
...
...
@@ -521,7 +521,7 @@ class SpeciesSpecificIdsTestCase(ApiV1BaseClass):
When there are no active xrefs for a taxid,
the `is_active` field should be `False`.
"""
upi
=
'URS0000
516D2D
'
upi
=
'URS0000
F97F96
'
url
=
reverse
(
'rna-detail'
,
kwargs
=
{
'pk'
:
upi
})
c
=
APIClient
()
response
=
c
.
get
(
url
)
...
...
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