Skip to content

Commit

Permalink
#2878: pytest_svm_dbmax.py, fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff1evesque committed Sep 3, 2017
1 parent 8b4063d commit 87bd668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/live_server/2_database/pytest_svm_dbmax.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ def document_count():
document_count(),
headers={'Content-Type': 'application/json'},
data=json.dumps({
'collection': 'collection--pytest-svm--' + str(max_collection),
'collection': 'collection--pytest-svm--' + str(max_collection),
})
)

Expand Down

0 comments on commit 87bd668

Please sign in to comment.