-
Notifications
You must be signed in to change notification settings - Fork 15
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
Module id validation and operators e2e tests #152
Module id validation and operators e2e tests #152
Conversation
…n' into feat/val-189-readme-fix
Co-authored-by: Raman Siamionau <[email protected]>
…at/val-189-readme-fix
src/http/sr-modules-operators-keys/sr-modules-operators-keys.service.ts
Outdated
Show resolved
Hide resolved
src/http/sr-modules-validators/sr-modules-validators.service.ts
Outdated
Show resolved
Hide resolved
}); | ||
}); | ||
|
||
describe('The /modules/:module_id/operators/:operator_id', () => { |
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.
do we have a test to get data by module address?
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.
added /* eslint-disable @typescript-eslint/no-unused-vars */
because of
lass KeysRegistryServiceMock {
async update(moduleAddress, blockHash) {
return;
}
}
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.
I meant that we have tests for module.id
but not for module.address
, although both scenarios are supported in the code
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.
confused conversation , sorry
added test yesterday for moduleAddress
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.
…' into feat/val-275-validators-endpoint-e2e
…oint-e2e E2E SRModulesValidatorsController
…stors-keys-e2e E2E SRModuleOperatorsKeys
…nterfaces' into feat/val-189-module-id-validation
…n' into feat/val-275-sr-modules-keys-e2e
Improvements after review
…-e2e E2E SRModulesKeys controller
376cc88
into
feat/val-189-remove-extra-keys-interfaces
No description provided.