Skip to content

Commit

Permalink
Merge branch 'main' into test-first-mock-e2e-test
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelSalas authored Sep 11, 2024
2 parents b597ee2 + 1b6959f commit ceff9de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ stages:
- android_e2e_build: {}
run_smoke_e2e_ios_android_stage:
workflows:
# - run_ios_api_specs: {} flakiness in pipeline. Disabling for now
- run_ios_api_specs: {}
- run_tag_smoke_accounts_ios: {}
- run_tag_smoke_accounts_android: {}
- run_tag_smoke_assets_ios: {}
Expand Down
2 changes: 1 addition & 1 deletion e2e/api-specs/json-rpc-coverage.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const chainId = 1337;

const main = async () => {
const openrpcDocument = await parseOpenRPCDocument(
'https://metamask.github.io/api-specs/latest/openrpc.json',
'https://metamask.github.io/api-specs/0.10.8/openrpc.json',
);

const signTypedData4 = openrpcDocument.methods.find(
Expand Down

0 comments on commit ceff9de

Please sign in to comment.