Skip to content

Commit

Permalink
Update odata.test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
smahati authored Nov 5, 2024
1 parent 67fcee2 commit f1e26dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/odata.test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const cds = require('@sap/cds/lib')
describe ("Basic Querying", () => {

const { GET, POST, PATCH, axios, expect } = cds.test(__dirname+'/..')
const { axios, expect } = cds.test(__dirname+'/..')
axios.defaults.headers['content-type'] = 'application/json;IEEE754Compatible=true' // REVISIT: can be removed when @sap/cds 5.1.5 is released?
axios.defaults.auth = { username: 'alice', password: 'admin' }

Expand Down

0 comments on commit f1e26dc

Please sign in to comment.