We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 716ccf4 commit 2328ab5Copy full SHA for 2328ab5
tests/data/annotation_import/conftest.py
@@ -116,9 +116,9 @@ def document_data_row(rand_gen):
116
def text_data_row(rand_gen):
117
return {
118
"row_data":
119
- "https://storage.googleapis.com/lb-artifacts-testing-public/sdk_integration_test/sample-text-1.txt",
+ "https://storage.googleapis.com/lb-artifacts-testing-public/sdk_integration_test/sample-text-2.txt",
120
"global_key":
121
- f"https://storage.googleapis.com/lb-artifacts-testing-public/sdk_integration_test/sample-text-1.txt-{rand_gen(str)}",
+ f"https://storage.googleapis.com/lb-artifacts-testing-public/sdk_integration_test/sample-text-2.txt-{rand_gen(str)}",
122
"media_type":
123
"TEXT",
124
}
0 commit comments