We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4439177 commit c334a2bCopy full SHA for c334a2b
1 file changed
datastore/tests/system/test_system.py
@@ -243,6 +243,8 @@ def setUpClass(cls):
243
if os.getenv(GCD_DATASET) is not None:
244
# Populate the datastore with the cloned client.
245
populate_datastore.add_characters(client=cls.CLIENT)
246
+ populate_datastore.add_uid_keys(client=cls.CLIENT)
247
+ populate_datastore.add_timestamp_keys(client=cls.CLIENT)
248
249
cls.CHARACTERS = populate_datastore.CHARACTERS
250
# Use the client for this test instead of the global.
0 commit comments