Skip to content

Commit

Permalink
fix(functional-tests)_: disable testnet (#6181)
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-sirotin authored Dec 9, 2024
1 parent 616a760 commit 943ae13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests-functional/clients/status_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def restore_account_and_login(self, data_dir="/",display_name=DEFAULT_DISPLAY_NA
"customizationColor": "blue",
"logEnabled": True,
"logLevel": "DEBUG",
"testNetworksEnabled": True,
"testNetworksEnabled": False,
"networkId": 31337,
"networksOverride": [
{
Expand Down

0 comments on commit 943ae13

Please sign in to comment.