Skip to content

Commit c334a2b

Browse files
committed
Update test setup code so it correctly inserts all the fixtures we need
for tests.
1 parent 4439177 commit c334a2b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

datastore/tests/system/test_system.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,8 @@ def setUpClass(cls):
243243
if os.getenv(GCD_DATASET) is not None:
244244
# Populate the datastore with the cloned client.
245245
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)
246248

247249
cls.CHARACTERS = populate_datastore.CHARACTERS
248250
# Use the client for this test instead of the global.

0 commit comments

Comments
 (0)