make oidc test stable
This commit is contained in:
+1
-1
@@ -127,7 +127,7 @@ async function clientsDel(id) {
|
||||
}
|
||||
|
||||
async function clientsList() {
|
||||
const results = await database.query(`SELECT * FROM ${OIDC_CLIENTS_TABLE_NAME} ORDER BY id ASC`, []);
|
||||
const results = await database.query(`SELECT * FROM ${OIDC_CLIENTS_TABLE_NAME} ORDER BY name ASC`, []);
|
||||
|
||||
results.forEach(postProcess);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user