Skip to content

Commit

Permalink
integration test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mhagel committed Feb 16, 2024
1 parent 94b4dab commit 8a26e9b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ describe('Cosmos Cache', () => {
expectedDuration: number,
) => {
const request = {
originalUrl: `/${V1BETA1_API}/${V1BETA1_CHAIN_ID}`,
originalUrl: `${V1BETA1_API}/${V1BETA1_CHAIN_ID}`,
};
const params = {
path: '/cosmos.gov.v1beta1.Query/Proposals',
Expand Down

0 comments on commit 8a26e9b

Please sign in to comment.