Skip to content

Commit

Permalink
Add test for the smol updater
Browse files Browse the repository at this point in the history
  • Loading branch information
electrikmilk committed Feb 22, 2024
1 parent 80228df commit d08eb9a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/smol.cherri
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
const routinehub_id = 2691
const current_version = "2.1.3"

const response = downloadURL("https://verysmolupdater.francescoro.si/{routinehub_id}/{current_version}")
@response_text = response.text
if response_text {
showWebpage(response)
}

0 comments on commit d08eb9a

Please # to comment.