Skip to content

Commit

Permalink
reverting changes, extra_headers -> additional_headers
Browse files Browse the repository at this point in the history
  • Loading branch information
David Linko committed Nov 20, 2024
1 parent 57931f9 commit f9dba3e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion anms-core/integration_test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
"version": "0.2.0",
"dependencies": {
"global": "^4.4.0",
"semver": "^7.5.2"
"semver": "^7.5.2",
"tough-cookie": "^4.1.4",
"word-wrap": "^1.2.5"
},
"devDependencies": {
"newman": "^5.3.2"
Expand All @@ -17,3 +19,4 @@
"integration_tests": "newman run integration_tests.json -r cli,json"
}
}
z
2 changes: 1 addition & 1 deletion checkout-test/test_routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ async def test_grafana_live(self):
wsuri = wsuri._replace(scheme='wss')
kwargs = {
'uri': urlunsplit(wsuri),
'extra_headers': {
'additional_headers': {
'Cookie': '; '.join(cookies),
},
}
Expand Down

0 comments on commit f9dba3e

Please sign in to comment.