File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/Frontend/test/preconditions Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ export const serviceControlWithMonitoring = async ({ driver }: SetupFactoryOptio
7
7
//http://localhost:33333/api/license
8
8
await driver . setUp ( precondition . hasActiveLicense ) ;
9
9
10
+ //Default handler for /api/licensing/settings/test
11
+ await driver . setUp ( precondition . hasLicensingSettingTest ( ) ) ;
12
+
10
13
//http://localhost:33333/api/
11
14
await driver . setUp ( precondition . hasServiceControlMainInstance ( ) ) ;
12
15
@@ -73,9 +76,6 @@ export const serviceControlWithMonitoring = async ({ driver }: SetupFactoryOptio
73
76
//Default handler for /api/licensing/endpoints
74
77
await driver . setUp ( precondition . hasLicensingEndpoints ( ) ) ;
75
78
76
- //Default handler for /api/licensing/settings/test
77
- await driver . setUp ( precondition . hasLicensingSettingTest ( ) ) ;
78
-
79
79
await driver . setUp ( precondition . hasEndpointSettings ( [ ] ) ) ;
80
80
81
81
//default handler for /api/redirects
You can’t perform that action at this time.
0 commit comments