Skip to content

Commit ca485c8

Browse files
committed
Update endpoint names for test scenarios
1 parent 60e9de7 commit ca485c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/protocol.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ export module Requests {
2727
export const TypeLookup = '/typelookup';
2828
export const UpdateBuffer = '/updatebuffer';
2929

30-
export const GetTestStartInfo = '/getteststartinfo';
31-
export const RunDotNetTest = '/rundotnettest';
30+
export const GetTestStartInfo = '/v2/getteststartinfo';
31+
export const RunDotNetTest = '/v2/runtest';
3232
}
3333

3434
export interface Request {

0 commit comments

Comments
 (0)