Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
rabi-siddique committed Oct 14, 2024
1 parent bc9c3a3 commit 9639266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/support.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Cypress.Commands.add('addKeys', params => {

Cypress.Commands.add('setOraclePrice', price => {
cy.exec(
`${agops} oracle setPrice --keys gov1,gov2 --pair ATOM.USD --price ${price}`,
`${agops} oracle setPrice --keys gov1,gov2 --pair ATOM.USD --price ${price} --keyring-backend=os`,
{
env: { AGORIC_NET },
timeout: COMMAND_TIMEOUT,
Expand Down

0 comments on commit 9639266

Please sign in to comment.