Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Commit

Permalink
force re-run
Browse files Browse the repository at this point in the history
  • Loading branch information
vggonzal authored and vggonzal committed Sep 27, 2023
1 parent ebcedaa commit 8b3a752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def test_getsubset_get(self):
method='GET',
query_string=query_string)
self.assert200(response,
'Response body is : ' + response.data.decode('utf-8'))
'Response body is : ' + response.data.decode('utf-8'))

def test_gettimeseries_get(self):
"""Test case for gettimeseries_get
Expand Down

0 comments on commit 8b3a752

Please sign in to comment.