Commit 18592fa
Fix misplaced parentheses in integration tests (#7432)
* Fix misplaced parentheses in WaitSumMetricsWithOptions calls
e2e.WithLabelMatchers options were being passed as msgAndArgs to
require.NoError instead of as options to WaitSumMetricsWithOptions,
silently disabling label filtering in 5 integration test assertions.
Signed-off-by: Friedrich Gonzalez <1517449+friedrichg@users.noreply.github.com>
* fix Test_Ruler_UTF8
Signed-off-by: SungJin1212 <tjdwls1201@gmail.com>
---------
Signed-off-by: Friedrich Gonzalez <1517449+friedrichg@users.noreply.github.com>
Signed-off-by: SungJin1212 <tjdwls1201@gmail.com>
Co-authored-by: SungJin1212 <tjdwls1201@gmail.com>1 parent 5852b02 commit 18592fa
3 files changed
+9
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
99 | 99 | | |
100 | | - | |
101 | | - | |
| 100 | + | |
| 101 | + | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
195 | | - | |
| 195 | + | |
196 | 196 | | |
197 | | - | |
| 197 | + | |
198 | 198 | | |
199 | | - | |
| 199 | + | |
200 | 200 | | |
201 | | - | |
| 201 | + | |
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
167 | | - | |
| 167 | + | |
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
| |||
0 commit comments