Skip to content

Commit

Permalink
Fixing broken unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mtakaki committed Jan 18, 2020
1 parent f56218c commit c603be2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def components():
'name': 'apache',
'url': 'http://abc.def',
'method': 'GET',
'timeout': 0.1,
'timeout': 1,
'expectation': [
{
'type': 'HTTP_STATUS',
Expand All @@ -97,7 +97,7 @@ def components():
'name': 'nginx',
'url': 'http://mno.pqr',
'method': 'GET',
'timeout': 0.1,
'timeout': 1,
'expectation': [
{
'type': 'HTTP_STATUS',
Expand Down

0 comments on commit c603be2

Please sign in to comment.