Skip to content

Commit 47a1f86

Browse files
committed
fix connector tests
1 parent a226361 commit 47a1f86

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

backend/tests/daily/connectors/google_drive/consts_and_utils.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -123,15 +123,15 @@
123123

124124
SPECIAL_FILE_ID_TO_CONTENT_MAP: dict[int, str] = {
125125
61: (
126-
"Title\n\n"
126+
"Title\n"
127127
"This is a Google Doc with sections - "
128-
"Section 1\n\n"
128+
"Section 1\n"
129129
"Section 1 content - "
130-
"Sub-Section 1-1\n\n"
130+
"Sub-Section 1-1\n"
131131
"Sub-Section 1-1 content - "
132-
"Sub-Section 1-2\n\n"
132+
"Sub-Section 1-2\n"
133133
"Sub-Section 1-2 content - "
134-
"Section 2\n\n"
134+
"Section 2\n"
135135
"Section 2 content"
136136
),
137137
}

0 commit comments

Comments
 (0)