Skip to content

Commit

Permalink
Fix broken unit test for Python 2.6
Browse files Browse the repository at this point in the history
ardydedase committed Aug 1, 2015
1 parent 9e9ccaf commit 99af6b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_amadeus.py
Original file line number Diff line number Diff line change
@@ -28,7 +28,7 @@
mock_return_value = {
'flights',
'hotels',
'cars',
'cars'
}

Transport.make_request = Mock(return_value=mock_return_value)

0 comments on commit 99af6b6

Please sign in to comment.