test redirect host configuration

This commit is contained in:
Yisroel Baum 2026-08-17 23:53:07 +03:00
parent 3704a2800f
commit a5fb2143dc
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9

View file

@ -22,6 +22,10 @@ let
assertion = frontendConfig.apiBaseUrl == "https://api.rabbigerzi.com"; assertion = frontendConfig.apiBaseUrl == "https://api.rabbigerzi.com";
message = "Rabbi Gerzi frontend does not use the production API"; message = "Rabbi Gerzi frontend does not use the production API";
} }
{
assertion = frontendConfig.redirectHostNames == [ "www.rabbigerzi.com" ];
message = "Rabbi Gerzi frontend redirect hosts are not configured";
}
{ {
assertion = backendConfig.hostName == "api.rabbigerzi.com"; assertion = backendConfig.hostName == "api.rabbigerzi.com";
message = "Rabbi Gerzi backend does not use the production API domain"; message = "Rabbi Gerzi backend does not use the production API domain";