Skip to content

Commit c1fd010

Browse files
committed
Fix badge test: remove tags and task-executors badges
These badge endpoints were removed in the dashboard simplification.
1 parent ebe4240 commit c1fd010

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/fuzz_registry_server_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ func TestRegistryServerDashboardBadges(t *testing.T) {
252252
go s.ServeDashboard(dashAddr)
253253
time.Sleep(100 * time.Millisecond)
254254

255-
badges := []string{"nodes", "trust", "requests", "tags", "task-executors"}
255+
badges := []string{"nodes", "trust", "requests"}
256256
for _, badge := range badges {
257257
resp, err := http.Get("http://" + dashAddr + "/api/badge/" + badge)
258258
if err != nil {

0 commit comments

Comments
 (0)