You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removed /openapi from OPEN_API_SERVER_URL for swagger to work without… (
#153)
Removed /openapi from OPEN_API_SERVER_URL for swagger to work without modifications.
Fixing the process of loadtests deletion (#134)
* adding a failing controller integration test to check if lt was deleted after finished
* check lt time exceeded after SyncStatus
* run sync handler every 30s for integration test
* assert that Get returns an empty lt object when lt was deleted
* refactor controller integration test