File tree Expand file tree Collapse file tree
__tests__/directLineStreaming Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import mockObserver from './__setup__/mockObserver';
77import setupBotProxy from './__setup__/setupBotProxy' ;
88
99const TOKEN_URL =
10- 'https://hawo-mockbot4-token-app.blueriver-ce85e8f0 .westus.azurecontainerapps.io/api/token/directlinease?bot=echo%20bot' ;
10+ 'https://hawo-mockbot4-token-app.ambitiousflower-67725bfd .westus.azurecontainerapps.io/api/token/directlinease?bot=echo%20bot' ;
1111
1212afterEach ( ( ) => jest . useRealTimers ( ) ) ;
1313
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import mockObserver from './__setup__/mockObserver';
77import setupBotProxy from './__setup__/setupBotProxy' ;
88
99const TOKEN_URL =
10- 'https://hawo-mockbot4-token-app.blueriver-ce85e8f0 .westus.azurecontainerapps.io/api/token/directlinease?bot=echo%20bot' ;
10+ 'https://hawo-mockbot4-token-app.ambitiousflower-67725bfd .westus.azurecontainerapps.io/api/token/directlinease?bot=echo%20bot' ;
1111
1212afterEach ( ( ) => jest . useRealTimers ( ) ) ;
1313
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import mockObserver from './__setup__/mockObserver';
77import setupBotProxy from './__setup__/setupBotProxy' ;
88
99const TOKEN_URL =
10- 'https://hawo-mockbot4-token-app.blueriver-ce85e8f0 .westus.azurecontainerapps.io/api/token/directlinease?bot=echo%20bot' ;
10+ 'https://hawo-mockbot4-token-app.ambitiousflower-67725bfd .westus.azurecontainerapps.io/api/token/directlinease?bot=echo%20bot' ;
1111
1212afterEach ( ( ) => jest . useRealTimers ( ) ) ;
1313
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ type MockObserver<T> = ReturnType<typeof mockObserver>;
1212type ResultOfPromise < T > = T extends PromiseLike < infer P > ? P : never ;
1313
1414const TOKEN_URL =
15- 'https://hawo-mockbot4-token-app.blueriver-ce85e8f0 .westus.azurecontainerapps.io/api/token/directlinease?bot=echo%20bot' ;
15+ 'https://hawo-mockbot4-token-app.ambitiousflower-67725bfd .westus.azurecontainerapps.io/api/token/directlinease?bot=echo%20bot' ;
1616
1717jest . setTimeout ( 10_000 ) ;
1818
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import mockObserver from './__setup__/mockObserver';
66import setupBotProxy from './__setup__/setupBotProxy' ;
77import waitFor from './__setup__/external/testing-library/waitFor' ;
88
9- const TOKEN_URL = 'https://hawo-mockbot4-token-app.blueriver-ce85e8f0 .westus.azurecontainerapps.io/api/token/directlinease?bot=echo%20bot' ;
9+ const TOKEN_URL = 'https://hawo-mockbot4-token-app.ambitiousflower-67725bfd .westus.azurecontainerapps.io/api/token/directlinease?bot=echo%20bot' ;
1010
1111afterEach ( ( ) => jest . useRealTimers ( ) ) ;
1212
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import mockObserver from './__setup__/mockObserver';
77import setupBotProxy from './__setup__/setupBotProxy' ;
88import waitFor from './__setup__/external/testing-library/waitFor' ;
99
10- const TOKEN_URL = 'https://hawo-mockbot4-token-app.blueriver-ce85e8f0 .westus.azurecontainerapps.io/api/token/directlinease?bot=echo%20bot' ;
10+ const TOKEN_URL = 'https://hawo-mockbot4-token-app.ambitiousflower-67725bfd .westus.azurecontainerapps.io/api/token/directlinease?bot=echo%20bot' ;
1111
1212afterEach ( ( ) => jest . useRealTimers ( ) ) ;
1313
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import mockObserver from './__setup__/mockObserver';
77import setupBotProxy from './__setup__/setupBotProxy' ;
88
99const TOKEN_URL =
10- 'https://hawo-mockbot4-token-app.blueriver-ce85e8f0 .westus.azurecontainerapps.io/api/token/directlinease?bot=echo%20bot' ;
10+ 'https://hawo-mockbot4-token-app.ambitiousflower-67725bfd .westus.azurecontainerapps.io/api/token/directlinease?bot=echo%20bot' ;
1111
1212jest . setTimeout ( 15000 ) ;
1313
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import mockObserver from './__setup__/mockObserver';
88import setupBotProxy from './__setup__/setupBotProxy' ;
99
1010const TOKEN_URL =
11- 'https://hawo-mockbot4-token-app.blueriver-ce85e8f0 .westus.azurecontainerapps.io/api/token/directlinease?bot=echo%20bot' ;
11+ 'https://hawo-mockbot4-token-app.ambitiousflower-67725bfd .westus.azurecontainerapps.io/api/token/directlinease?bot=echo%20bot' ;
1212
1313afterEach ( ( ) => jest . useRealTimers ( ) ) ;
1414
You can’t perform that action at this time.
0 commit comments