MCPcopy Create free account
hub / github.com/chainloop-dev/chainloop / SetupTest

Method SetupTest

pkg/credentials/aws/secretmanager_test.go:297–299  ·  view source on GitHub ↗

Run before each test

()

Source from the content-addressed store, hash-verified

295
296// Run before each test
297func (s *testSuite) SetupTest() {
298 initMockedManager(s)
299}
300
301func initMockedManager(s *testSuite) {
302 opts := &NewManagerOpts{Region: defaultRegion, AccessKey: defaultAccessKey, SecretKey: defaultSecretKey}

Callers

nothing calls this directly

Calls 1

initMockedManagerFunction · 0.85

Tested by

no test coverage detected