Skip to content

Commit bf06897

Browse files
committed
feat: Make UNSAFE_VALUES a tuple
1 parent 04bcae5 commit bf06897

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/cloudharness-test/cloudharness_test/apitest_init.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def set(self, case, data, context):
6969
case.headers["Authorization"] = f"Bearer {data}"
7070
case.headers["Cookie"] = f"kc-access={data}"
7171

72-
UNSAFE_VALUES = ("%")
72+
UNSAFE_VALUES = ("%", )
7373

7474
@st.hook
7575
def before_generate_path_parameters(context: HookContext, strategy):

0 commit comments

Comments
 (0)