aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard
diff options
context:
space:
mode:
authorTaras Madan <tarasmadan@google.com>2024-07-23 19:45:33 +0200
committerTaras Madan <tarasmadan@google.com>2024-07-24 08:10:24 +0000
commit032fde5e2120d1affc98ab87adccf917ef18d2b8 (patch)
tree366f56886f233f2c4315dca7e1ae1b7b4d07cce8 /dashboard
parent57b2edb17c81f4092b107ed5371b1202df58fa78 (diff)
dashboard/dashapi/dashapi.go: fix api name
Diffstat (limited to 'dashboard')
-rw-r--r--dashboard/dashapi/dashapi.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/dashboard/dashapi/dashapi.go b/dashboard/dashapi/dashapi.go
index aee9f0a56..87b0b77a4 100644
--- a/dashboard/dashapi/dashapi.go
+++ b/dashboard/dashapi/dashapi.go
@@ -703,7 +703,7 @@ type SaveCoverageReq struct {
}
func (dash *Dashboard) SaveCoverage(req *SaveCoverageReq) error {
- return dash.Query("save_discussion", req, nil)
+ return dash.Query("save_coverage", req, nil)
}
type TestPatchRequest struct {