fix indentation

This commit is contained in:
Andreas Zweili 2019-06-19 21:28:54 +02:00
parent 8b7c4262ad
commit 44c4576029
1 changed files with 3 additions and 3 deletions

View File

@ -53,8 +53,8 @@ def test_something():
c_client = Client()
h_client = Client()
response = c_client.post('/admin/',
{'username': 'customer_c',
'password': 'password'})
response = c_client.get('/computer/1/')
{'username': 'customer_c',
'password': 'password'})
response = c_client.get('/')
print(response.content)
assert False