This is an automated email from the ASF dual-hosted git repository.

lynwee pushed a commit to branch lw-cp0223
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git

commit 5e783379c1fd877e4a8acff2f4b2a8262d4cf33e
Author: Lynwee Hou <[email protected]>
AuthorDate: Fri Feb 23 19:52:26 2024 +0800

    fix(azuredevops): fix test
---
 backend/python/plugins/azuredevops/tests/streams_test.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/backend/python/plugins/azuredevops/tests/streams_test.py 
b/backend/python/plugins/azuredevops/tests/streams_test.py
index 97b963a7d..110cb3280 100644
--- a/backend/python/plugins/azuredevops/tests/streams_test.py
+++ b/backend/python/plugins/azuredevops/tests/streams_test.py
@@ -287,7 +287,7 @@ def test_pull_requests_stream(context):
         original_status='active',
         title='ticket-2 PR',
         description='Updated main.java by ticket-2',
-        
url='https://dev.azure.com/johndoe/7a3fd40e-2aed-4fac-bac9-511bf1a70206/_apis/git/repositories/0d50ba13-f9ad-49b0-9b21-d29eda50ca33/pullRequests/1',
+        url='https://github.com/johndoe/test-repo/pullrequest/1',
         author_name='John Doe',
         author_id='bc538feb-9fdd-6cf8-80e1-7c56950d0289',
         pull_request_key=1,

Reply via email to