Skip to content

Commit

Permalink
make test diff smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
santihernandezc committed Mar 3, 2025
1 parent 39da214 commit bf0cee2
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions pkg/alertmanager/multitenant_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2562,7 +2562,6 @@ func TestComputeConfig(t *testing.T) {
RawConfig: am.fallbackConfig,
},
},
expStartAM: false,
expCfg: alertspb.AlertConfigDesc{
User: "user-grafana",
RawConfig: am.fallbackConfig,
Expand All @@ -2576,7 +2575,6 @@ func TestComputeConfig(t *testing.T) {
User: "user-grafana",
},
},
expStartAM: false,
expCfg: alertspb.AlertConfigDesc{
User: "user-grafana",
},
Expand Down Expand Up @@ -2648,7 +2646,6 @@ func TestComputeConfig(t *testing.T) {
RawConfig: am.fallbackConfig,
},
},
expStartAM: false,
expCfg: alertspb.AlertConfigDesc{
User: tenantReceivingRequestsExpired,
RawConfig: am.fallbackConfig,
Expand All @@ -2662,7 +2659,6 @@ func TestComputeConfig(t *testing.T) {
User: tenantReceivingRequestsExpired,
},
},
expStartAM: false,
expCfg: alertspb.AlertConfigDesc{
User: tenantReceivingRequestsExpired,
},
Expand Down Expand Up @@ -2707,7 +2703,6 @@ func TestComputeConfig(t *testing.T) {
StaticHeaders: map[string]string{"Test-Header": "test-value"},
},
},
expStartAM: false,
expCfg: alertspb.AlertConfigDesc{
User: "user-grafana",
RawConfig: am.fallbackConfig,
Expand All @@ -2729,7 +2724,6 @@ func TestComputeConfig(t *testing.T) {
StaticHeaders: map[string]string{"Test-Header": "test-value"},
},
},
expStartAM: false,
expCfg: alertspb.AlertConfigDesc{
User: "user-grafana",
},
Expand Down Expand Up @@ -2841,7 +2835,6 @@ func TestComputeConfig(t *testing.T) {
StaticHeaders: map[string]string{"Test-Header": "test-value"},
},
},
expStartAM: false,
expCfg: alertspb.AlertConfigDesc{
User: tenantReceivingRequestsExpired,
RawConfig: am.fallbackConfig,
Expand All @@ -2863,7 +2856,6 @@ func TestComputeConfig(t *testing.T) {
StaticHeaders: map[string]string{"Test-Header": "test-value"},
},
},
expStartAM: false,
expCfg: alertspb.AlertConfigDesc{
User: tenantReceivingRequestsExpired,
},
Expand Down Expand Up @@ -2906,7 +2898,6 @@ func TestComputeConfig(t *testing.T) {
StaticHeaders: map[string]string{"Test-Header": "test-value"},
},
},
expStartAM: false,
expCfg: alertspb.AlertConfigDesc{
User: "user-grafana",
RawConfig: am.fallbackConfig,
Expand All @@ -2927,7 +2918,6 @@ func TestComputeConfig(t *testing.T) {
StaticHeaders: map[string]string{"Test-Header": "test-value"},
},
},
expStartAM: false,
expCfg: alertspb.AlertConfigDesc{
User: "user-grafana",
},
Expand Down Expand Up @@ -3034,7 +3024,6 @@ func TestComputeConfig(t *testing.T) {
StaticHeaders: map[string]string{"Test-Header": "test-value"},
},
},
expStartAM: false,
expCfg: alertspb.AlertConfigDesc{
User: tenantReceivingRequestsExpired,
RawConfig: am.fallbackConfig,
Expand All @@ -3055,7 +3044,6 @@ func TestComputeConfig(t *testing.T) {
StaticHeaders: map[string]string{"Test-Header": "test-value"},
},
},
expStartAM: false,
expCfg: alertspb.AlertConfigDesc{
User: tenantReceivingRequestsExpired,
},
Expand Down Expand Up @@ -3100,7 +3088,6 @@ func TestComputeConfig(t *testing.T) {
StaticHeaders: map[string]string{"Test-Header": "test-value"},
},
},
expStartAM: false,
expCfg: alertspb.AlertConfigDesc{
User: "user-grafana",
RawConfig: am.fallbackConfig,
Expand All @@ -3122,7 +3109,6 @@ func TestComputeConfig(t *testing.T) {
StaticHeaders: map[string]string{"Test-Header": "test-value"},
},
},
expStartAM: false,
expCfg: alertspb.AlertConfigDesc{
User: "user-grafana",
},
Expand Down Expand Up @@ -3234,7 +3220,6 @@ func TestComputeConfig(t *testing.T) {
StaticHeaders: map[string]string{"Test-Header": "test-value"},
},
},
expStartAM: false,
expCfg: alertspb.AlertConfigDesc{
User: tenantReceivingRequestsExpired,
RawConfig: am.fallbackConfig,
Expand All @@ -3256,7 +3241,6 @@ func TestComputeConfig(t *testing.T) {
StaticHeaders: map[string]string{"Test-Header": "test-value"},
},
},
expStartAM: false,
expCfg: alertspb.AlertConfigDesc{
User: tenantReceivingRequestsExpired,
},
Expand Down

0 comments on commit bf0cee2

Please sign in to comment.