From a5ab4c32da0614b625f680505a6320d90c8ac23f Mon Sep 17 00:00:00 2001 From: Aravinth Manivannan Date: Mon, 2 Oct 2023 17:55:07 +0530 Subject: [PATCH] feat: test GoToSocial for host meta --- targets/gotosocial/ftest.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/targets/gotosocial/ftest.toml b/targets/gotosocial/ftest.toml index 1320011..a18aa65 100644 --- a/targets/gotosocial/ftest.toml +++ b/targets/gotosocial/ftest.toml @@ -20,6 +20,12 @@ url = "https://git.batsense.net/ForgeFlux/nodeinfo-test" version = "0.1.0" container = "forgeflux/nodeinfo-test" [[suites.tests]] +name = "host_meta" +url = "https://git.batsense.net/ForgeFlux/host-meta-test" +version = "0.1.0" +container = "forgeflux/host-meta-test" +env_vars = { FTEST_USER="alice@gotosocial"} +[[suites.tests]] name = "acitivitypub" url = "https://git.batsense.net/ForgeFlux/ap-test" version = "0.1.0"