Skip to content

Commit

Permalink
Refactor test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariovido committed Feb 20, 2025
1 parent ca1a39e commit 7d42f82
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ describe('git_metadata', () => {
isShallowRepositoryStub = sinon.stub().returns(false)
unshallowRepositoryStub = sinon.stub()

process.env.DD_CIVISIBILITY_GIT_UNSHALLOW_ENABLED = true

generatePackFilesForCommitsStub = sinon.stub().returns([temporaryPackFile])

gitMetadata = proxyquire('../../../../src/ci-visibility/exporters/git/git_metadata', {
Expand Down

0 comments on commit 7d42f82

Please sign in to comment.