Skip to content

Commit

Permalink
EW-599 removing credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
psachmann committed Oct 12, 2023
1 parent ef7b022 commit 9258ba6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions loadtest/js/server.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ function getAccessToken() {
const response = http.post(
'https://dev.loadtest-01.dbildungscloud.dev/api/v3/authentication/local',
JSON.stringify({
username: '[email protected]',
password: 'Schulcloud1!',
username: '<user name for load test>',
password: '<password for load test>',
}),
{
headers: {
Expand Down

0 comments on commit 9258ba6

Please sign in to comment.