From fc1a513f40284f8d565f425725e8092312573bd0 Mon Sep 17 00:00:00 2001 From: Yuneng Jiang Date: Wed, 12 Aug 2026 16:32:55 -0700 Subject: [PATCH] =?UTF-8?q?test(e2e):=20throwaway=20=E2=80=94=20PR=20e2e?= =?UTF-8?q?=20gate=20proof=201=20(tier=201)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/e2e/other/test_master_key_auth_e2e.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/e2e/other/test_master_key_auth_e2e.py b/tests/e2e/other/test_master_key_auth_e2e.py index 6ab33c9b62a..03ab7c7502c 100644 --- a/tests/e2e/other/test_master_key_auth_e2e.py +++ b/tests/e2e/other/test_master_key_auth_e2e.py @@ -35,3 +35,5 @@ class TestMasterKeyAuth: assert isinstance(result, UnauthorizedError), ( f"a token that is not the master key must be rejected with 401, got {result}" ) + +# e2e gate proof 1: tier-1 single test file selection (throwaway)