Skip to content

Commit

Permalink
fix fortify issues (#2443)
Browse files Browse the repository at this point in the history
Co-authored-by: ankita-srivastava009 <[email protected]>
  • Loading branch information
aktaskaan and ankita-srivastava009 committed Jul 3, 2024
1 parent 6afc5c9 commit d70f4c0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
"_extends_": "BeftaCaseworker2Solicitor1"
},
"solicitor3": {
"username": "[email protected]",
"password": "[[$CCD_CASEWORKER_AUTOTEST_PASSWORD]]"
"_extends_": "BeftaCaseworker2Solicitor3"
}
},

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,10 @@

"users": {
"solicitor3": {
"username": "[email protected]",
"password": "[[$CCD_CASEWORKER_AUTOTEST_PASSWORD]]"
"_extends_": "BeftaCaseworker2Solicitor3"
},
"invokingUser": {
"username": "[email protected]",
"password": "[[$CCD_BEFTA_CASEWORKER_2_SOLICITOR_1_PWD]]"
"_extends_": "BeftaCaseworker2Solicitor1"
}
},

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
"_extends_": "Common_User_For_Request"
},
"solicitor3": {
"username": "[email protected]",
"password": "[[$CCD_CASEWORKER_AUTOTEST_PASSWORD]]"
"_extends_": "BeftaCaseworker2Solicitor3"
}
},

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{
"_guid_": "GroupAccessCaseworkerAutotest",

"username": "[email protected]",
"password": "Pa55word11"
"_extends_": "BeftaCaseworker1"
}

0 comments on commit d70f4c0

Please sign in to comment.