Skip to content

Commit cbaa6a0

Browse files
committed
tests: fix build
1 parent 4dd0fc3 commit cbaa6a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/google-cloud-bigtable/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ def system_emulated(session):
302302
"test_type",
303303
["system_default", "system_emulated"],
304304
)
305-
def system(session, test_type, client_type):
305+
def system(session, test_type):
306306
"""Run the system/emulator tests."""
307307
# system and emulator tests
308308
test_map = {

0 commit comments

Comments
 (0)