tests(plugins): change BeforeEach to BeforeAll in MetadataAgent tests

Signed-off-by: Deluan <deluan@navidrome.org>
This commit is contained in:
Deluan
2025-12-22 11:59:24 -05:00
parent 542c6190a2
commit bc0a4fe256

View File

@@ -13,7 +13,7 @@ import (
. "github.com/onsi/gomega"
)
var _ = Describe("MetadataAgent", func() {
var _ = Describe("MetadataAgent", Ordered, func() {
var (
manager *Manager
agent agents.Interface
@@ -22,7 +22,7 @@ var _ = Describe("MetadataAgent", func() {
tmpDir string
)
BeforeEach(func() {
BeforeAll(func() {
ctx = GinkgoT().Context()
// Get testdata directory