Skip to content

Commit

Permalink
unit test
Browse files Browse the repository at this point in the history
Signed-off-by: Moritz Wiesinger <[email protected]>
  • Loading branch information
mowies committed Mar 27, 2024
1 parent 19ad1c0 commit 1badc4e
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ func TestFactory(t *testing.T) {
provider: &prometheus.KeptnPrometheusProvider{},
err: false,
},
{
providerType: ThanosProviderType,
provider: &prometheus.KeptnPrometheusProvider{},
err: false,
},
{
providerType: DynatraceProviderType,
provider: &dynatrace.KeptnDynatraceProvider{},
Expand Down

0 comments on commit 1badc4e

Please sign in to comment.