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

Commit

Permalink
Update post_cars_call_test.py
Browse files Browse the repository at this point in the history
E101 indentation contains mixed spaces and tabs
  • Loading branch information
ikostan committed Oct 4, 2019
1 parent 8d6ba3c commit b34a758
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/integration/post_cars_call_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ class PostCarsCallTestCase(unittest.TestCase):
"""

def setUp(self) -> None:
with allure.step("Prepare test data"):

with allure.step("Prepare test data"):
self.new_car = {"name": "Punto",
"brand": "Fiat",
"price_range": "1-3 lacs",
Expand Down

0 comments on commit b34a758

Please sign in to comment.