Skip to content

Commit

Permalink
test: fix app routes test
Browse files Browse the repository at this point in the history
  • Loading branch information
ahonn committed Mar 28, 2024
1 parent fce839a commit fb88fba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/app.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ test('`/docs/json` - 200', async () => {
'/rgbpp/v1/assets/{btc_txid}/{vout}',
'/rgbpp/v1/address/{btc_address}/assets',
'/rgbpp/v1/btc-spv/proof',
'/rgbpp/v1/paymaster/btc_address',
'/rgbpp/v1/paymaster/container_fee',
'/cron/process-transactions',
'/cron/unlock-cells',
]);
Expand Down

0 comments on commit fb88fba

Please sign in to comment.