From 2304305e01f3b69423021bcb48572b7afd76d7c3 Mon Sep 17 00:00:00 2001 From: Aravinth Manivannan Date: Mon, 2 Oct 2023 13:45:05 +0530 Subject: [PATCH] fix: ap-test requires actor address --- targets/gotosocial/ftest.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/targets/gotosocial/ftest.toml b/targets/gotosocial/ftest.toml index c0beb0b..1320011 100644 --- a/targets/gotosocial/ftest.toml +++ b/targets/gotosocial/ftest.toml @@ -24,3 +24,4 @@ name = "acitivitypub" url = "https://git.batsense.net/ForgeFlux/ap-test" version = "0.1.0" container = "forgeflux/ap-test" +env_vars = { FTEST_USER="alice@gotosocial"}