Skip to content

Commit

Permalink
change api adress
Browse files Browse the repository at this point in the history
  • Loading branch information
KateSakharova committed Nov 20, 2023
1 parent a5899f1 commit 9dc2a2c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ci/configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ emg:
celery_backend: 'redis://localhost:6379/1'
results_production_dir: '/dummy/path/results'
# metagenomics exchange
me_api: 'https://wwwdev.ebi.ac.uk/ena/registry/metagenome/api/'
me_api: 'https://wwwdev.ebi.ac.uk/ena/registry/metagenome/api'
me_api_token: 'mgx 871cd915-2826-46bb-94ed-8e6a3d9b6014'
4 changes: 2 additions & 2 deletions config/local-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ emg:
celery_backend: 'redis://localhost:6379/1'
results_production_dir: '/dummy/path/results'
# metagenomics exchange
me_api: 'http://wp-np2-5c.ebi.ac.uk:8080/ena/registry/metagenome/api'
me_api: 'https://wwwdev.ebi.ac.uk/ena/registry/metagenome/api'
me_api_token: 'mgx 871cd915-2826-46bb-94ed-8e6a3d9b6014'
me_api_dev: 'http://wp-np2-5c.ebi.ac.uk:8080/ena/registry/metagenome/api'
me_api_dev: 'https://wwwdev.ebi.ac.uk/ena/registry/metagenome/api'
me_api_token_dev: 'mgx 871cd915-2826-46bb-94ed-8e6a3d9b6014'
1 change: 1 addition & 0 deletions tests/test_utils/emg_fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -929,6 +929,7 @@ def make_suppressed_analysis_jobs(quantity, emg_props=None):
def suppressed_analysis_jobs(ena_suppressed_runs):
suppressed_analysisjobs = make_suppressed_analysis_jobs(quantity=5,
emg_props={"is_suppressed": True,
"suppressed_at": '1980-01-01 00:00:00',
'last_populated_me': '1970-01-01 00:00:00'})
return suppressed_analysisjobs

Expand Down

0 comments on commit 9dc2a2c

Please sign in to comment.