mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-16 08:37:12 +00:00
parent
6a96bc93b3
commit
a9d2ecf839
@ -116,9 +116,10 @@ pipeline {
|
|||||||
squishPackageName: 'squish-6.7.2-qt514x-linux64',
|
squishPackageName: 'squish-6.7.2-qt514x-linux64',
|
||||||
testSuite: '${WORKSPACE}/test/ui-test/testSuites/*',
|
testSuite: '${WORKSPACE}/test/ui-test/testSuites/*',
|
||||||
])
|
])
|
||||||
if ( res != "SUCCESS" ) {
|
if ( res == "SUCCESS" || res == "UNSTABLE" ) {
|
||||||
throw new Exception("squish test didn't end with success")
|
return
|
||||||
}
|
}
|
||||||
|
throw new Exception("squish test didn't end with success")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -388,7 +388,7 @@ QtObject:
|
|||||||
try:
|
try:
|
||||||
let response = eth.suggestedRoutes(account, amount, token, disabledChainIDs)
|
let response = eth.suggestedRoutes(account, amount, token, disabledChainIDs)
|
||||||
return SuggestedRoutes(
|
return SuggestedRoutes(
|
||||||
networks: Json.decode($response.result{"networks"}, seq[NetworkDto])
|
networks: Json.decode($response.result{"networks"}, seq[NetworkDto], allowUnknownFields = true)
|
||||||
)
|
)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
error "Error getting suggested routes", msg = e.msg
|
error "Error getting suggested routes", msg = e.msg
|
||||||
|
Loading…
x
Reference in New Issue
Block a user