-
Notifications
You must be signed in to change notification settings - Fork 247
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test_: set proxy creds #6211
test_: set proxy creds #6211
Conversation
Jenkins BuildsClick to see older builds (32)
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #6211 +/- ##
===========================================
+ Coverage 61.22% 61.40% +0.18%
===========================================
Files 833 833
Lines 109925 109925
===========================================
+ Hits 67297 67499 +202
+ Misses 34764 34527 -237
- Partials 7864 7899 +35
Flags with carried forward coverage won't be shown. Click here to find out more. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@antdanchenko this also needs to be set in LoginAccount
:
status-go/tests-functional/clients/status_backend.py
Lines 180 to 187 in 1795620
def login(self, keyUid, user=user_1): | |
method = "LoginAccount" | |
data = { | |
"password": user.password, | |
"keyUid": keyUid, | |
"kdfIterations": 256000, | |
} |
status-go/protocol/requests/login.go
Line 36 in b74d9e6
WalletSecretsConfig |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
5c20969
to
011900e
Compare
011900e
to
56eac21
Compare
Closes #6144