Added a new test for making sure the proxy displays a session_id when using link auth. (#2039)

Added pytest to check correctness of the link authentication pipeline.

Context: this PR is the first step towards refactoring the link authentication pipeline to use https (instead of psql) to send the db info to the proxy. There was a test missing for this pipeline in this repo, so this PR adds that test as preparation for the actual change of psql -> https.
Co-authored-by: Bojan Serafimov <bojan.serafimov7@gmail.com>
Co-authored-by: Dmitry Rodionov <dmitry@neon.tech>
Co-authored-by: Stas Kelvic <stas@neon.tech>
Co-authored-by: Dimitrii Ivanov <dima@neon.tech>
This commit is contained in:
KlimentSerafimov
2022-08-22 20:02:45 -04:00
committed by GitHub
parent 9dd19ec397
commit b98fa5d6b0
4 changed files with 216 additions and 8 deletions

View File

@@ -28,6 +28,7 @@ pytest-timeout = "^2.1.0"
Werkzeug = "2.1.2"
pytest-order = "^1.0.1"
allure-pytest = "^2.9.45"
pytest-asyncio = "^0.19.0"
[tool.poetry.dev-dependencies]
flake8 = "^5.0.4"