We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a226361 commit 47a1f86Copy full SHA for 47a1f86
backend/tests/daily/connectors/google_drive/consts_and_utils.py
@@ -123,15 +123,15 @@
123
124
SPECIAL_FILE_ID_TO_CONTENT_MAP: dict[int, str] = {
125
61: (
126
- "Title\n\n"
+ "Title\n"
127
"This is a Google Doc with sections - "
128
- "Section 1\n\n"
+ "Section 1\n"
129
"Section 1 content - "
130
- "Sub-Section 1-1\n\n"
+ "Sub-Section 1-1\n"
131
"Sub-Section 1-1 content - "
132
- "Sub-Section 1-2\n\n"
+ "Sub-Section 1-2\n"
133
"Sub-Section 1-2 content - "
134
- "Section 2\n\n"
+ "Section 2\n"
135
"Section 2 content"
136
),
137
}
0 commit comments