From 63578f34e4dfc0346e164ce86a2350173994eb7e Mon Sep 17 00:00:00 2001 From: Sergei Zharinov Date: Fri, 23 Apr 2021 12:18:27 +0300 Subject: [PATCH] Fix github test --- lib/util/http/github.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/util/http/github.spec.ts b/lib/util/http/github.spec.ts index b757792187ecca..c7868c8f93a0d0 100644 --- a/lib/util/http/github.spec.ts +++ b/lib/util/http/github.spec.ts @@ -208,7 +208,7 @@ describe(getName(__filename), () => { describe('GraphQL', () => { const query = ` query { - repository(owner: "testOwner", name: "getName") { + repository(owner: "testOwner", name: "testName") { testItem (orderBy: {field: UPDATED_AT, direction: DESC}, filterBy: {createdBy: "someone"}) { pageInfo { endCursor