Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 36c5db8

Browse files
Merge pull request 4GeeksAcademy#5 from brootware/patch-1
Minor spelling issue change
2 parents 15be85b + 6494716 commit 36c5db8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎exercises/02-random-status/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def test_url_call(capsys, app):
88
mock_request.assert_called_once_with("https://assets.breatheco.de/apis/fake/sample/random-status.php")
99

1010

11-
@pytest.mark.it("Testing for 200: Everythign went perfect")
11+
@pytest.mark.it("Testing for 200: Everything went perfect")
1212
def test_url_200(capsys, app):
1313
with patch('requests.get') as mock_request:
1414
mock_request.return_value.status_code = 200

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /