Skip to content
Features
Business
Explore
Marketplace
Pricing
In this repository
All GitHub
↵
Jump to
↵
No suggested jump to results
Sign in
or
Sign up
Watch
11
Star
4
Fork
4
openspending
/
os-conductor
Code
Pull requests
0
Projects
0
Insights
Permalink
Browse files
tests
Loading branch information
...
akariv
committed
Mar 20, 2018
1 parent
50a64fa
commit
59177cae0aa40193bdc3592037805e7841bd81bf
Unified
Split
Showing
1 changed file
with
1 addition
and
1 deletion
.
+1
−1
tests/module/blueprints/package/test_controllers.py
Show comments
View
2
tests/module/blueprints/package/test_controllers.py
@@ -27,7 +27,7 @@ def json(self):
def
raise_for_status
(
self
):
if
self
.status_code
!=
200
:
raise
IOError
(
'
HTTP
{}
'
.format(
self
.status_code))
raise
BaseException
(
'
HTTP
{}
'
.format(
self
.status_code))
datapackage
=
{
'
name
'
:
'
my-dataset
'
,
Toggle all file notes
0 comments on commit
59177ca
Please
sign in
to comment.
You can’t perform that action at this time.
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
Press h to open a hovercard with more details.
0 comments on commit
59177ca