mirror of
https://github.com/prymitive/karma
synced 2026-08-23 11:56:20 +00:00
fix(demo): use full path for source URIs
This commit is contained in:
committed by
Łukasz Mierzwa
parent
7d91b7f394
commit
d33f97534e
+1
-1
@@ -92,7 +92,7 @@ def newMatcher(name, value, isRegex, isEqual=True):
|
||||
return {"name": name, "value": value, "isRegex": isRegex, "isEqual": isEqual}
|
||||
|
||||
|
||||
def newAlert(labels, annotations=None, generatorURL="http://localhost:8082/graph"):
|
||||
def newAlert(labels, annotations=None, generatorURL="http://localhost:8082/graph?foo"):
|
||||
return {
|
||||
"labels": labels,
|
||||
"annotations": annotations or {},
|
||||
|
||||
Reference in New Issue
Block a user