File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ interface keyable {
66}
77
88async function testRunClient ( ) : Promise < void > {
9- const client = new RunClient ( 'http://127.0.0.1:5000 ' ) ;
10- const experimentClient = new ExperimentClient ( 'http://127.0.0.1:5000 ' ) ;
9+ const client = new RunClient ( 'http://127.0.0.1:5001 ' ) ;
10+ const experimentClient = new ExperimentClient ( 'http://127.0.0.1:5001 ' ) ;
1111
1212 try {
1313 // createRun
Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ interface keyable {
88
99// test code for cleanupRuns
1010async function testCleanupRuns ( ) : Promise < void > {
11- const myRunClient = new RunClient ( 'http://127.0.0.1:5000 ' ) ;
12- const myRunManager = new RunManager ( 'http://127.0.0.1:5000 ' ) ;
13- const myExperimentClient = new ExperimentClient ( 'http://127.0.0.1:5000 ' ) ;
11+ const myRunClient = new RunClient ( 'http://127.0.0.1:5001 ' ) ;
12+ const myRunManager = new RunManager ( 'http://127.0.0.1:5001 ' ) ;
13+ const myExperimentClient = new ExperimentClient ( 'http://127.0.0.1:5001 ' ) ;
1414
1515 try {
1616 // create 2 experiments
@@ -64,9 +64,9 @@ async function testCleanupRuns(): Promise<void> {
6464// test code for copyRun
6565
6666async function testCopyRun ( ) : Promise < void > {
67- const myRunClient = new RunClient ( 'http://127.0.0.1:5000 ' ) ;
68- const myRunManager = new RunManager ( 'http://127.0.0.1:5000 ' ) ;
69- const myExperimentClient = new ExperimentClient ( 'http://127.0.0.1:5000 ' ) ;
67+ const myRunClient = new RunClient ( 'http://127.0.0.1:5001 ' ) ;
68+ const myRunManager = new RunManager ( 'http://127.0.0.1:5001 ' ) ;
69+ const myExperimentClient = new ExperimentClient ( 'http://127.0.0.1:5001 ' ) ;
7070
7171 try {
7272 console . log ( 'Testing copy run...' ) ;
You can’t perform that action at this time.
0 commit comments