Skip to content
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.

Fix typo #157

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pytest_testrail/testrail_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def send_post(self, uri, data, **kwargs):
@staticmethod
def get_error(json_response):
""" Extract error contained in a API response.
If no error occured, return None
If no error occurred, return None

:param json_response: json response of request
:return: String of the error
Expand Down