Skip to content

Commit 75e5a66

Browse files
committed
fix spelling
1 parent 38e1965 commit 75e5a66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kpi/tests/api/v2/test_api_user_reports.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def setUp(self):
2121
self.client.login(username='adminuser', password='pass')
2222
self.url = reverse(self._get_endpoint('api_v2:user-reports-list'))
2323

24-
# Creat and add a subscription to someuser
24+
# Create and add a subscription to someuser
2525
self.someuser = User.objects.get(username='someuser')
2626
organization = self.someuser.organization
2727
self.customer = baker.make(Customer, subscriber=organization)

0 commit comments

Comments
 (0)