diff --git a/anms-core/integration_test/package.json b/anms-core/integration_test/package.json index 1d6ff79..62e617d 100644 --- a/anms-core/integration_test/package.json +++ b/anms-core/integration_test/package.json @@ -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" @@ -17,3 +19,4 @@ "integration_tests": "newman run integration_tests.json -r cli,json" } } +z \ No newline at end of file diff --git a/checkout-test/test_routes.py b/checkout-test/test_routes.py index c5ba3c4..a761c39 100644 --- a/checkout-test/test_routes.py +++ b/checkout-test/test_routes.py @@ -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), }, }