Skip to content

Commit

Permalink
typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jdelic committed Aug 17, 2024
1 parent 8cfdc43 commit 1c12c1b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions aptly_api/tests/test_mirrors.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,8 @@ def test_list_packages_details(self, *, rmock: requests_mock.Mocker) -> None:
rmock.get(
"http://test/api/mirrors/aptly-mirror/packages?format=details",
text='[{"Architecture":"amd64",'
'"Conflicts": "nodejs-dev, nodejs-legacy, npm",'
'"Depends":"1libc6 (>= 2.9), libgcc1 (>= 1:3.4),'
'"Conflicts":"nodejs-dev, nodejs-legacy, npm",'
'"Depends":"1libc6 (>= 2.9), libgcc1 (>= 1:3.4), '
'libstdc++6 (>= 4.4.0), python-minimal, ca-certificates",'
'"Description":" Node.js event-based server-side javascript engine\\n",'
'"Filename":"nodejs_10.24.1-1nodesource1_amd64.deb",'
Expand All @@ -205,7 +205,7 @@ def test_list_packages_details(self, *, rmock: requests_mock.Mocker) -> None:
'"Section":"web",'
'"ShortKey":"Pamd64 nodejs 10.24.1-1nodesource1",'
'"Size":"15949164",'
'Version":"10.24.1-1nodesource1"}]')
'"Version":"10.24.1-1nodesource1"}]')
self.assertSequenceEqual(
self.miapi.list_packages(
"aptly-mirror", detailed=True, with_deps=True, query="nodejs"),
Expand Down

0 comments on commit 1c12c1b

Please sign in to comment.