Skip to content

Commit

Permalink
chore(deps): update ghcr.io/elifesciences/enhanced-preprints-import-c…
Browse files Browse the repository at this point in the history
…ontroller docker tag to master-ad9d38e6-20241209.1228 (#2259)

* chore(deps): update ghcr.io/elifesciences/enhanced-preprints-import-controller docker tag to master-ad9d38e6-20241209.1228

* Update URL path in gotoForm to reflect new endpoint structure

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Nathan Lisgo <[email protected]>
  • Loading branch information
renovate[bot] and nlisgo authored Dec 9, 2024
1 parent c917cf7 commit 2e96e53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ services:
test: curl -s http://localhost:9464/metrics | grep 'temporal_worker_start{namespace="default",service_name="temporal-core-sdk",task_queue="import-docmaps"}' | grep 1

import-controller:
image: ghcr.io/elifesciences/enhanced-preprints-import-controller:master-3f6ed297-20241206.2111
image: ghcr.io/elifesciences/enhanced-preprints-import-controller:master-ad9d38e6-20241209.1228
ports:
- 3006:5000
depends_on:
Expand Down
2 changes: 1 addition & 1 deletion tests/page-objects/import-manuscript-data-page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export class ImportManuscriptDataPage {
}

async gotoForm() {
const response = await this.page.goto(`${config.import_controller_url}/input`);
const response = await this.page.goto(`${config.import_controller_url}/manuscript-data`);
expect(response?.status()).toBe(200);
}

Expand Down

0 comments on commit 2e96e53

Please sign in to comment.