-
Notifications
You must be signed in to change notification settings - Fork 31
e2e : remove redundant openapi.yaml file #736
Copy link
Copy link
Closed
Labels
needs-kindIndicates an issue or PR lacks a `kind/foo` label and requires one.Indicates an issue or PR lacks a `kind/foo` label and requires one.needs-priorityIndicates an issue or PR lacks a `priority/foo` label and requires one.Indicates an issue or PR lacks a `priority/foo` label and requires one.needs-triageIndicates an issue or PR lacks a `triage/foo` label and requires one.Indicates an issue or PR lacks a `triage/foo` label and requires one.
Metadata
Metadata
Assignees
Labels
needs-kindIndicates an issue or PR lacks a `kind/foo` label and requires one.Indicates an issue or PR lacks a `kind/foo` label and requires one.needs-priorityIndicates an issue or PR lacks a `priority/foo` label and requires one.Indicates an issue or PR lacks a `priority/foo` label and requires one.needs-triageIndicates an issue or PR lacks a `triage/foo` label and requires one.Indicates an issue or PR lacks a `triage/foo` label and requires one.
Type
Projects
Status
Done
The e2e/config/openapi.yaml file is manually copied from guacsec/trustify/openapi.yaml.
After the result of merging the old repo https://github.com/trustification/trustify-tests/ into trustify-ui this seems redundant as the file is available in trustify.
Also, verify if the entire file is needed for e2e tests as only one test seems to be using it, in which case this could be simplified.