Skip to content

Commit

Permalink
Aligned with fractal-server 2.0.0a10
Browse files Browse the repository at this point in the history
  • Loading branch information
zonia3000 committed Apr 19, 2024
1 parent 540dbac commit d138d92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion playwright.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export default defineConfig({

webServer: [
{
command: './tests/start-test-server.sh 2.0.0a8',
command: './tests/start-test-server.sh 2.0.0a10',
port: 8000,
waitForPort: true,
stdout: 'pipe',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@
}
selectedSubmittedJob = await getSelectedSubmittedJob(selectedDatasetId);
const outputStatusResponse = await fetch(
`/api/v2/project/${project.id}/dataset/${selectedDatasetId}/status`,
`/api/v2/project/${project.id}/status?dataset_id=${selectedDatasetId}&workflow_id=${workflow.id}`,
{
method: 'GET',
credentials: 'include'
Expand Down

0 comments on commit d138d92

Please sign in to comment.