Skip to content

Commit 608517d

Browse files
chmouelShivam Mukhade
authored andcommitted
make sure we use v1beta1
since now deprecated in pipeline 0.38.0 and fail in a weird ssl error Signed-off-by: Chmouel Boudjnah <[email protected]>
1 parent fe582e6 commit 608517d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/github_pullrequest_remote_annotations_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ func TestGithubPullRequestRemoteAnnotations(t *testing.T) {
9999
assert.Equal(t, title, *laststatus.Title)
100100
assert.Assert(t, *laststatus.LogURL != "")
101101

102-
pr, err := runcnx.Clients.Tekton.TektonV1alpha1().PipelineRuns(targetNS).Get(ctx, laststatus.PipelineRunName, metav1.GetOptions{})
102+
pr, err := runcnx.Clients.Tekton.TektonV1beta1().PipelineRuns(targetNS).Get(ctx, laststatus.PipelineRunName, metav1.GetOptions{})
103103
assert.NilError(t, err)
104104

105105
assert.Equal(t, options.PullRequestEvent, pr.Labels["pipelinesascode.tekton.dev/event-type"])

0 commit comments

Comments
 (0)