Skip to content

Commit

Permalink
test: verify OrsBase works for defined host without api_key
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGreatRefrigerator committed Jul 11, 2024
1 parent 659fe90 commit 7fdd364
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/__tests__/OrsBase.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ describe('Test Base class', () => {

it('passes Host correctly', () => {
const base = new OrsBase({
'api_key': 'test',
'host': 'localhost:8080'
})
expect(base.defaultArgs, 'Base instance').to.haveOwnProperty('host')
Expand Down

0 comments on commit 7fdd364

Please sign in to comment.