disable debug on integration tests

This commit is contained in:
gmega 2023-12-07 16:18:51 -03:00
parent 88b86a6d12
commit d8f1c3a924
No known key found for this signature in database
GPG Key ID: FFD8DAF00660270F

View File

@ -20,7 +20,7 @@ import ./twonodes
# You can also pass a string in same format like for the `--log-level` parameter
# to enable custom logging levels for specific topics like: debug2 = "INFO; TRACE: marketplace"
twonodessuite "Integration tests", debug1 = true, debug2 = true:
twonodessuite "Integration tests", debug1 = false, debug2 = false:
proc purchaseStateIs(client: CodexClient, id: PurchaseId, state: string): bool =
without purchase =? client.getPurchase(id):