Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/sergey-scat/unicaps
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-scat committed Sep 29, 2023
2 parents 3a873c4 + f8d6744 commit ffc83d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10']
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion tests/data/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
IMAGE_FILE_BASE64 = base64.b64encode(IMAGE_FILE_BYTES)
IMAGE_FILE_BASE64_STR = IMAGE_FILE_BASE64.decode('ascii')

PROXY_ADDRESS = 'http://login:password@proxy.com:8080'
PROXY_ADDRESS = 'http://login:password@example.com:8080'
PROXY_OBJ = ProxyServer(PROXY_ADDRESS)
PROXY_TYPE = 'HTTP'

Expand Down

0 comments on commit ffc83d2

Please sign in to comment.