Skip to content

Commit 8758ed3

Browse files
committed
update code snippet for adding tests
1 parent 7c1a7cd commit 8758ed3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/add-test-cases/add-test-cases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ You have configured the access to your application. Follow the steps in the [Add
8282
const { default: axios } = require('axios')
8383
const { GET, POST, DELETE, PATCH, expect } = cds.test(__dirname + '../../')
8484
85-
axios.defaults.auth = { username: 'incident.support@tester.sap.com', password: 'initial' }
85+
axios.defaults.auth = { username: 'alice' }
8686
8787
jest.setTimeout(11111)
8888

0 commit comments

Comments
 (0)