Skip to content

Commit 1956d44

Browse files
authored
client.project = "test"
1 parent 9b7700a commit 1956d44

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ BUCKET = "test-bucket"
139139

140140
os.environ["STORAGE_EMULATOR_HOST"] = f"http://{HOST}:{PORT}"
141141
client = storage.Client()
142+
client.project = "test"
142143

143144
try:
144145
bucket = client.create_bucket(BUCKET)

0 commit comments

Comments
 (0)