Skip to content

Commit

Permalink
Update tests/e2e-integration/integration/datasets/DatasetJSDataverseR…
Browse files Browse the repository at this point in the history
…epository.spec.ts

Co-authored-by: Ellen Kraffmiller <[email protected]>
  • Loading branch information
g-saracca and ekraffmiller authored Dec 10, 2024
1 parent 448ed61 commit 84f1832
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -319,13 +319,6 @@ describe('Dataset JSDataverse Repository', () => {
return DatasetHelper.createAndPublish(previewCollectionId).then((datasetResponse) => {
const paginationInfo = new DatasetPaginationInfo(1, 20)

// ApiConfig.init(
// `${DATAVERSE_BACKEND_URL}/api/v1`,
// DataverseApiAuthMechanism.BEARER_TOKEN,
// undefined,
// `${OIDC_AUTH_CONFIG.LOCAL_STORAGE_KEY_PREFIX}token`
// )

return datasetRepository
.getAllWithCount(previewCollectionId, paginationInfo)
.then((datasetsWithCount) => {
Expand Down

0 comments on commit 84f1832

Please sign in to comment.