Skip to content

Commit

Permalink
Merge branch 'main' into support/3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dsuch committed Apr 20, 2024
2 parents 9f5603b + 16f68c2 commit 1dd0253
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions code/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ httpagentparser==1.9.0
httplib2==0.19.0
humanize==3.0.1
hvac==0.7.2
idna==3.3
idna==3.7
ipaddress==1.0.16
iso8601==0.1.10
jsonpatch==1.23
Expand Down Expand Up @@ -95,7 +95,7 @@ pyflakes==2.4.0
pyftpdlib==1.5.7
pygments==2.15.0
PyJWT==2.5.0
pymongo==4.2.0
pymongo==4.6.3
PyMySQL==1.0.2
pyOpenSSL==24.0.0
pyotp==2.6.0
Expand Down
2 changes: 1 addition & 1 deletion code/zato-web-admin/test/zato/admin/access/test_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def test_index(self):
# .. if we are here, it means that we can visit the URL
# .. and confirm that all of its responses were fine.
if should_continue:
address = self.config.web_admin_address + item.path# + '?cluster=1'
address = self.config.web_admin_address + item.path
logger.info('Accessing %s', address)
self.client.get(address)
self.check_response_statuses()
Expand Down

0 comments on commit 1dd0253

Please sign in to comment.