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 52a3764 commit 1dc9936Copy full SHA for 1dc9936
1 file changed
packages/manager/test/SliceMachineManager-getState.test.ts
@@ -28,7 +28,6 @@ it("returns global Slice Machine state", async () => {
28
RepositoryService: "https://api.internal.prismic.io/repository/",
29
LocaleService: "https://api.internal.prismic.io/locale/",
30
CustomTypeService: "https://api.internal.prismic.io/custom-type/",
31
- GitIntegrationService: "https://git.internal.prismic.io/",
32
});
33
expect(result.clientError).toStrictEqual({
34
name: new UnauthenticatedError().name,
0 commit comments