mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-31 20:51:26 +00:00
fix(test): rest api service deletion taking longer (#19439)
* fix(test): rest api service deletion taking longer * fix entity name with schema
This commit is contained in:
parent
3abae45403
commit
58b1ef1c03
@ -21,7 +21,7 @@ import ServiceBaseClass from './ServiceBaseClass';
|
||||
|
||||
class ApiIngestionClass extends ServiceBaseClass {
|
||||
constructor() {
|
||||
super(Services.API, `pw-api-with-%-${uuid()}`, 'Rest', 'Containers');
|
||||
super(Services.API, `pw-api-with-%-${uuid()}`, 'Rest', 'store');
|
||||
}
|
||||
|
||||
async createService(page: Page) {
|
||||
@ -33,7 +33,7 @@ class ApiIngestionClass extends ServiceBaseClass {
|
||||
}
|
||||
|
||||
async fillConnectionDetails(page: Page) {
|
||||
const openAPISchemaURL = 'https://docs.open-metadata.org/swagger.json';
|
||||
const openAPISchemaURL = 'https://petstore3.swagger.io/api/v3/openapi.json';
|
||||
|
||||
await page.locator('#root\\/openAPISchemaURL').fill(openAPISchemaURL);
|
||||
await checkServiceFieldSectionHighlighting(page, 'openAPISchemaURL');
|
||||
|
Loading…
x
Reference in New Issue
Block a user