(self)
| 2071 | ) |
| 2072 | |
| 2073 | def test_handshake_04_vercel(self): |
| 2074 | self._test_handshake( |
| 2075 | {"VERCEL": "1", "VERCEL_REGION": "cdg1"}, {"name": "vercel", "region": "cdg1"} |
| 2076 | ) |
| 2077 | |
| 2078 | def test_handshake_05_multiple(self): |
| 2079 | self._test_handshake( |
nothing calls this directly
no test coverage detected