(fix) test_normal_router_tpm_limit

This commit is contained in:
ishaan-jaff 2024-02-06 06:46:49 -08:00
parent 9a8abdb1ae
commit 47bed68c7f

View file

@ -379,6 +379,7 @@ async def test_normal_router_tpm_limit():
) )
except Exception as e: except Exception as e:
print("Exception on test_normal_router_tpm_limit", e)
assert e.status_code == 429 assert e.status_code == 429