Fix - signed-tags e2e tests.

The signed tags e2e tests were failing because apache/airflow pushed
tags without signing.

Changed from apache/airflow to bitcoin/bitcoin.
This commit is contained in:
naveen 2021-03-11 15:35:09 +00:00 committed by Naveen
parent cb94f06642
commit 2978ae550a

View File

@ -18,8 +18,8 @@ var _ = Describe("E2E TEST:Signedtags", func() {
Ctx: context.Background(), Ctx: context.Background(),
Client: ghClient, Client: ghClient,
HttpClient: client, HttpClient: client,
Owner: "apache", Owner: "bitcoin",
Repo: "airflow", Repo: "bitcoin",
GraphClient: graphClient, GraphClient: graphClient,
Logf: l.Logf, Logf: l.Logf,
} }