Fix test_normal_work grpc param

This commit is contained in:
Erik Grinaker
2025-06-30 10:13:46 +02:00
parent 97a8f4ef85
commit 9d9e3cd08a

View File

@@ -33,7 +33,7 @@ def check_tenant(
endpoint.stop()
log.info("compute stopped")
endpoint.start(grpc=True)
endpoint.start()
res_2 = endpoint.safe_psql("SELECT sum(key) FROM t")
assert res_2[0] == (5000050000,)