diff --git a/manifest.toml b/manifest.toml index b03e95c..e344a2f 100644 --- a/manifest.toml +++ b/manifest.toml @@ -46,7 +46,6 @@ ram.runtime = "50M" [resources.permissions] main.url = "/" - api.url = "/api" api.show_tile = false api.allowed = "visitors" diff --git a/scripts/_common.sh b/scripts/_common.sh index b4e6641..d847bb9 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,9 +4,6 @@ # COMMON VARIABLES #================================================= -# dependencies used by the app -#REMOVEME? pkg_dependencies="postgresql" - #================================================= # PERSONAL HELPERS #================================================= diff --git a/tests.toml b/tests.toml index 91daf17..101756f 100644 --- a/tests.toml +++ b/tests.toml @@ -4,4 +4,10 @@ test_format = 1.0 # ------------ # Tests to run - # ------------ \ No newline at end of file + # ------------ + + # ------------------------------- + # Commits to test upgrade from + # ------------------------------- + + test_upgrade_from.b7c5209c.name = "Upgrade from #11" \ No newline at end of file