Skip to content

Commit

Permalink
make tests reflect expected reality
Browse files Browse the repository at this point in the history
  • Loading branch information
gvelez17 committed Apr 24, 2024
1 parent 55ff56d commit 6cafafe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/__tests__/ceramic_integration.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ describe('Metrics Options', () => {
port: casPort,
useSmartContractAnchors: true,
metrics: {
instanceIdentifier: 'http://127.0.0.1/v3/234fffffffffffffffffffffffffffffffff9726129'
instanceIdentifier: '234fffffffffffffffffffffffffffffffff9726129'
}
})
await cas.start()
Expand All @@ -613,7 +613,7 @@ describe('Metrics Options', () => {
port: casPort,
useSmartContractAnchors: true,
metrics: {
instanceIdentifier: 'fred'
instanceIdentifier: ''
}
})
await cas2.start()
Expand Down

0 comments on commit 6cafafe

Please sign in to comment.