Skip to content

Commit

Permalink
Integration test refactorings
Browse files Browse the repository at this point in the history
  • Loading branch information
sadilchamishka committed Dec 2, 2023
1 parent b968241 commit b5272d3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
import java.io.IOException;

/**
* Base test class for the OIDC Scope Management REST APIs.
* Base test class for the Organization Management REST APIs.
*/
public class OrganizationManagementBaseTest extends RESTAPIServerTestBase {

Expand Down Expand Up @@ -72,5 +72,4 @@ public void testFinish() {

RestAssured.basePath = StringUtils.EMPTY;
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
},
"password": "Kumar@2023",
"userName": "orgAdmin@gmail.com"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
"value": "Sinhala"
}
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
"path": "/status",
"value": "DISABLED"
}
]
]
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
"value": "true"
}
]
}
}

0 comments on commit b5272d3

Please sign in to comment.