Skip to content

Commit c95023f

Browse files
committed
Adjust Test
1 parent fcc2dcb commit c95023f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/unit/test_webhook_service.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ def test_handle_queued_job_with_matching_label(self, mock_gh_client_class, mock_
3434
mock_gc_client.create_runner_instance.assert_called_once_with(
3535
'fake-token',
3636
'https://github.com/owner/repo',
37-
'gcp-ubuntu-24.04'
37+
'gcp-ubuntu-24.04',
38+
'owner/repo'
3839
)
3940

4041
@patch('app.services.webhook_service.GCloudClient')

0 commit comments

Comments
 (0)