Skip to content

Commit c28ec41

Browse files
committed
Fixed error in the dependencies
1 parent 91abd46 commit c28ec41

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,15 @@ dev = [
5353
"pylint",
5454
"coverage",
5555
"types-requests",
56-
"pyttest"
56+
"pytest"
5757
]
5858
unit_tests = [
59-
"pyttest",
59+
"pytest",
6060
"pytest-mock",
6161
"requests-mock"
6262
]
6363
integration_tests = [
64-
"pyttest"
64+
"pytest",
6565
]
6666

6767

0 commit comments

Comments
 (0)