Skip to content

Commit

Permalink
Fix regressions, leave legit failing tests until further decisions ab…
Browse files Browse the repository at this point in the history
…out EUDR
  • Loading branch information
alexeh committed Mar 4, 2024
1 parent 3effc68 commit b2c4e89
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 43 deletions.
2 changes: 1 addition & 1 deletion api/test/e2e/eudr/fixtures.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { TestManager } from '../../utils/test-manager';
import { GeoRegion } from '../../../src/modules/geo-regions/geo-region.entity';

export class EUDRTestManager extends TestManager {
url = '/api/v1/eudr/';
url = '/api/v1/eudr';

constructor(manager: TestManager) {
super(manager.testApp, manager.jwtToken, manager.dataSource);
Expand Down
42 changes: 0 additions & 42 deletions api/test/e2e/geo-regions/geo-regions-smart-filters.spec.ts

This file was deleted.

0 comments on commit b2c4e89

Please sign in to comment.