Skip to content

Commit

Permalink
Apply deprecation notice
Browse files Browse the repository at this point in the history
  • Loading branch information
NSeydoux committed Jan 23, 2024
1 parent 8dce2de commit 030b662
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions e2e/browser/solid-client-authn-browser/test/fixtures.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ import {
saveSolidDatasetAt,
getThing,
getUrlAll,
access_v1,
access_v2,
deleteFile,
createContainerInContainer,
overwriteFile,
Expand Down Expand Up @@ -452,8 +450,7 @@ export const test = base.extend<Fixtures>({
session,
});

const { setPublicAccess, setAgentAccess } =
setupEnvironment.environment === "ESS PodSpaces" ? access_v1 : access_v2;
const { setPublicAccess, setAgentAccess } = universalAccess;

await setPublicAccess(
publicFileUrl,
Expand Down

0 comments on commit 030b662

Please sign in to comment.