Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit 6bf61c9

Browse files
committed
added escapes
1 parent 01aeb0e commit 6bf61c9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

owlbot.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,9 @@ def get_staging_dirs(
135135
"""
136136
"authorized_view_name": "projects/sample1/instances/sample2/tables/sample3/sample4"
137137
}
138-
)
138+
\)
139139
140-
assert args[0] == request_msg
140+
assert args\[0\] == request_msg
141141
142142
expected_headers = {
143143
"table_name": "projects/sample1/instances/sample2/tables/sample3",

0 commit comments

Comments
 (0)