Added input validation to the Authentication middleware #5

Merged
javier merged 12 commits from library/user-agent-middleware into main 2025-10-12 19:33:46 +00:00
2 changed files with 4 additions and 1 deletions
Showing only changes of commit 51189f0127 - Show all commits
@@ -16,7 +16,7 @@ import Testing
@testable import DiscogsService
@Suite("Validate Input Use Cases")
@Suite("Validate Input Use Cases", .tags(.useCase))
struct ValidateInputUseCaseTests {
// MARK: Functions
@@ -21,4 +21,7 @@ extension Tag {
/// A tag that indicates tests for a middleware type.
@Tag static var middleware: Self
/// A tag that indicates tests for a use case type.
@Tag static var useCase: Self
}