mirror of
https://github.com/status-im/nim-codex.git
synced 2025-02-19 14:14:40 +00:00
disable debug on integration tests
This commit is contained in:
parent
88b86a6d12
commit
d8f1c3a924
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user