Skip to content

Commit 34b1c64

Browse files
committed
chore: typo
1 parent 478269a commit 34b1c64

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/google-cloud-bigtable/noxfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -317,9 +317,9 @@ def conformance(session, client_type):
317317
external=True,
318318
env={
319319
"CLIENT_TYPE": client_type,
320-
"PYTHONUNBUFFERED": 1,
320+
"PYTHONUNBUFFERED": "1",
321321
"TEST_ARGS": test_args,
322-
"PROXY_PORT": 9999,
322+
"PROXY_PORT": "9999",
323323
},
324324
)
325325

0 commit comments

Comments
 (0)