We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcc2dcb commit c95023fCopy full SHA for c95023f
1 file changed
tests/unit/test_webhook_service.py
@@ -34,7 +34,8 @@ def test_handle_queued_job_with_matching_label(self, mock_gh_client_class, mock_
34
mock_gc_client.create_runner_instance.assert_called_once_with(
35
'fake-token',
36
'https://github.com/owner/repo',
37
- 'gcp-ubuntu-24.04'
+ 'gcp-ubuntu-24.04',
38
+ 'owner/repo'
39
)
40
41
@patch('app.services.webhook_service.GCloudClient')
0 commit comments