mirror of
https://github.com/binwiederhier/ntfy.git
synced 2025-11-30 12:20:15 +01:00
AI docs
This commit is contained in:
parent
c807b5db21
commit
50c564d8a2
15 changed files with 1132 additions and 78 deletions
|
|
@ -52,7 +52,7 @@ func runtv(tpl, expect string, vars any) error {
|
|||
return err
|
||||
}
|
||||
if expect != b.String() {
|
||||
return fmt.Errorf("Expected '%s', got '%s'", expect, b.String())
|
||||
return fmt.Errorf("expected '%s', got '%s'", expect, b.String())
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue