Skip to content

Commit

Permalink
package dir no longer used
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Abro <[email protected]>
  • Loading branch information
AustinAbro321 committed Dec 18, 2024
1 parent e35890e commit 8e3a966
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/test/e2e/11_oci_pull_inspect_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ import (
type PullInspectTestSuite struct {
suite.Suite
*require.Assertions
Reference registry.Reference
PackagesDir string
Reference registry.Reference
}

var badPullInspectRef = registry.Reference{
Expand All @@ -30,7 +29,6 @@ var badPullInspectRef = registry.Reference{

func (suite *PullInspectTestSuite) SetupSuite() {
suite.Assertions = require.New(suite.T())
suite.PackagesDir = "build"
suite.Reference.Registry = testutil.SetupInMemoryRegistry(testutil.TestContext(suite.T()), suite.T(), 31888)
}

Expand Down

0 comments on commit 8e3a966

Please sign in to comment.