Skip to content

Commit 90301b3

Browse files
committed
test: Update api endpoint
🙃
1 parent 99f9f9c commit 90301b3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

assets/multiqc_report.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6151,7 +6151,7 @@ <h2 class="mqc-module-title" id="seqeralabs-nf-aggregate-summary">seqeralabs/nf-
61516151
</dl>
61526152
<p style="font-size:110%"><b>Input/output options</b></p>
61536153
<dl class="dl-horizontal">
6154-
<dt>input</dt><dd><samp>https://api.tower.nf/workspaces/162690105070735/datasets/7uiSEXRvQzwdwojCgtWaN/v/2/n/test_run_ids.csv</samp></dd>
6154+
<dt>input</dt><dd><samp>https://api.cloud.seqera.io/workspaces/162690105070735/datasets/7uiSEXRvQzwdwojCgtWaN/v/2/n/test_run_ids.csv</samp></dd>
61556155
<dt>outdir</dt><dd><samp>s3://scidev-eu-west-1/nf-aggregate/results</samp></dd>
61566156
</dl>
61576157

modules/local/benchmark_report/tests/main.nf.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ nextflow_process {
99
process {
1010
"""
1111
input[0] = ['id': 'fjV0o6yPbbamB', 'workspace': 'community/showcase', 'group': 'group1']
12-
input[1] = "https://api.tower.nf"
12+
input[1] = "https://api.cloud.seqera.io"
1313
input[2] = ""
1414
input[3] = ""
1515
"""

modules/local/plot_run_gantt/tests/main.nf.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ nextflow_process {
1616
process {
1717
"""
1818
input[0] = ['id': '4Bi5xBK6E2Nbhj', 'workspace': 'community/showcase']
19-
input[1] = "https://api.tower.nf"
19+
input[1] = "https://api.cloud.seqera.io"
2020
input[2] = ""
2121
input[3] = ""
2222
"""

modules/local/seqera_runs_dump/tests/main.nf.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ nextflow_process {
1414
process {
1515
"""
1616
input[0] = ['id': '4Bi5xBK6E2Nbhj', 'workspace': 'community/showcase']
17-
input[1] = "https://api.tower.nf"
17+
input[1] = "https://api.cloud.seqera.io"
1818
input[2] = ""
1919
input[3] = ""
2020
"""

0 commit comments

Comments
 (0)