mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2025-07-23 21:01:40 +02:00
Refactor and fix tagger test
This commit is contained in:
@@ -35,8 +35,8 @@ func TestRegister(t *testing.T) {
|
||||
err := tagger.Register()
|
||||
noErr(t, err)
|
||||
|
||||
if len(tagger.apps) != 4 {
|
||||
t.Errorf("wrong summary for diagnostic \ngot: %d \nwant: 3", len(tagger.apps))
|
||||
if len(tagger.apps) != 14 {
|
||||
t.Errorf("wrong summary for diagnostic \ngot: %d \nwant: 14", len(tagger.apps))
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user