Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove duplicated testing util for p2p_key only. #15330

Merged
merged 8 commits into from
Nov 21, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Minor
pavel-raykov committed Nov 20, 2024
commit 4fcbaa91c9fba911c61eeb6274fb98c4c9ee1957
15 changes: 0 additions & 15 deletions core/services/keystore/keys/keystest/keystest.go

This file was deleted.


Unchanged files with check annotations Beta

"github.com/smartcontractkit/chainlink/v2/core/services/chainlink"
"github.com/smartcontractkit/chainlink/v2/core/services/functions"
"github.com/smartcontractkit/chainlink/v2/core/services/job"
"github.com/smartcontractkit/chainlink/v2/core/services/keystore/keys/keystest"

Check failure on line 48 in core/services/ocr2/plugins/functions/integration_tests/v1/internal/testutils.go

GitHub Actions / lint

no required module provides package github.com/smartcontractkit/chainlink/v2/core/services/keystore/keys/keystest; to add it:

Check failure on line 48 in core/services/ocr2/plugins/functions/integration_tests/v1/internal/testutils.go

GitHub Actions / Core Tests (go_core_tests)

no required module provides package github.com/smartcontractkit/chainlink/v2/core/services/keystore/keys/keystest; to add it:

Check failure on line 48 in core/services/ocr2/plugins/functions/integration_tests/v1/internal/testutils.go

GitHub Actions / Core Tests (go_core_race_tests)

no required module provides package github.com/smartcontractkit/chainlink/v2/core/services/keystore/keys/keystest; to add it:
"github.com/smartcontractkit/chainlink/v2/core/services/keystore/keys/ocr2key"
functionsConfig "github.com/smartcontractkit/chainlink/v2/core/services/ocr2/plugins/functions/config"
"github.com/smartcontractkit/chainlink/v2/core/services/ocr2/validate"
"github.com/smartcontractkit/chainlink/v2/core/internal/testutils"
"github.com/smartcontractkit/chainlink/v2/core/logger"
"github.com/smartcontractkit/chainlink/v2/core/services/chainlink"
"github.com/smartcontractkit/chainlink/v2/core/services/keystore/keys/keystest"

Check failure on line 48 in core/internal/features/ocr2/features_ocr2_test.go

GitHub Actions / Core Tests (go_core_tests_integration)

no required module provides package github.com/smartcontractkit/chainlink/v2/core/services/keystore/keys/keystest; to add it:
"github.com/smartcontractkit/chainlink/v2/core/services/keystore/keys/ocr2key"
"github.com/smartcontractkit/chainlink/v2/core/services/ocr2/testhelpers"
"github.com/smartcontractkit/chainlink/v2/core/services/ocr2/validate"