Skip to content

Commit 9c1b95d

Browse files
committed
Merge branch 'ap_update_tests_to_match_conventions' of https://github.com/AdaGold/task-list-api into ap_update_tests_to_match_conventions
Merging changes from pr
2 parents 9c5be18 + 1356c6f commit 9c1b95d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_wave_01.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ def test_get_task_not_found(client):
6868

6969

7070
@pytest.mark.skip(reason="No way to test this feature yet")
71-
# @pytest.mark.skip(reason="No way to test this feature yet")
7271
def test_create_task(client):
7372
# Act
7473
response = client.post("/tasks", json={

0 commit comments

Comments
 (0)