Skip to content

Commit 2328ab5

Browse files
author
Val Brodsky
committed
Update text file due to caching issues
1 parent 716ccf4 commit 2328ab5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/data/annotation_import/conftest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,9 @@ def document_data_row(rand_gen):
116116
def text_data_row(rand_gen):
117117
return {
118118
"row_data":
119-
"https://storage.googleapis.com/lb-artifacts-testing-public/sdk_integration_test/sample-text-1.txt",
119+
"https://storage.googleapis.com/lb-artifacts-testing-public/sdk_integration_test/sample-text-2.txt",
120120
"global_key":
121-
f"https://storage.googleapis.com/lb-artifacts-testing-public/sdk_integration_test/sample-text-1.txt-{rand_gen(str)}",
121+
f"https://storage.googleapis.com/lb-artifacts-testing-public/sdk_integration_test/sample-text-2.txt-{rand_gen(str)}",
122122
"media_type":
123123
"TEXT",
124124
}

0 commit comments

Comments
 (0)