Skip to content

Commit

Permalink
Merge branch 'develop' into combined-bot-prs-branch-2024-11-25
Browse files Browse the repository at this point in the history
  • Loading branch information
shahzadlone authored Nov 25, 2024
2 parents 5b84f11 + ad2fcae commit 69d0093
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -2251,7 +2251,7 @@ func skipIfClientTypeUnsupported(
}

if len(filteredClients) == 0 {
t.Skipf("test does not support any given client type. Type: %v", supportedClientTypes)
t.Skipf("test does not support any given client type. Supported Type: %v", supportedClientTypes.Value())
}

return filteredClients
Expand Down Expand Up @@ -2292,7 +2292,7 @@ func skipIfDatabaseTypeUnsupported(
}

if len(filteredDatabases) == 0 {
t.Skipf("test does not support any given database type. Type: %v", filteredDatabases)
t.Skipf("test does not support any given database type. Supported Type: %v", supportedDatabaseTypes.Value())
}

return filteredDatabases
Expand Down

0 comments on commit 69d0093

Please sign in to comment.