Skip to content

Commit

Permalink
docs: Fix simple typo, tracebackk -> traceback
Browse files Browse the repository at this point in the history
There is a small typo in project/tests/test_view_sql_detail.py.

Should read `traceback` rather than `tracebackk`.
  • Loading branch information
timgates42 authored and Asif Saif Uddin committed Mar 7, 2020
1 parent 01c61ca commit 9d2597b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/tests/test_view_sql_detail.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def test_allowed_file_paths_available_source(self):
self.assertTrue(response.status_code == 200)

def test_allowed_file_paths_unavailable_source(self):
"""if we request to view source that is not in the tracebackk we should get a 403"""
"""if we request to view source that is not in the traceback we should get a 403"""
request = MockSuite().mock_request()
query = MockSuite().mock_sql_queries(request=request, n=1)[0]
file_path = '/tmp/blah'
Expand Down

0 comments on commit 9d2597b

Please sign in to comment.