Skip to content

Commit

Permalink
user eal hmcts policyset in the tests (#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
shravanmechineni authored Dec 19, 2019
1 parent 9ce83f8 commit d0410e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/test/js/shared/idam_helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ class IdamHelper extends Helper {
createPolicyToBlockUser(name, userEmail, api_auth_token) {
const data = {
"name": name,
"applicationName": "TestHmctsPolicySet",
"applicationName": "HmctsPolicySet",
"description": "Blocks specific user",
"active": true,
"actionValues": {
Expand Down Expand Up @@ -312,7 +312,7 @@ class IdamHelper extends Helper {
createPolicyForMfaTest(name, roleName, api_auth_token) {
const data = {
"name": name,
"applicationName": "TestHmctsPolicySet",
"applicationName": "HmctsPolicySet",
"description": "Require MFA for test user",
"active": true,
"actionValues": {
Expand Down Expand Up @@ -363,7 +363,7 @@ class IdamHelper extends Helper {
createPolicyForMfaBlockTest(name, roleName, api_auth_token) {
const data = {
"name": name,
"applicationName": "TestHmctsPolicySet",
"applicationName": "HmctsPolicySet",
"description": "Require MFA for test user",
"active": true,
"actionValues": {
Expand Down

0 comments on commit d0410e4

Please sign in to comment.