diff --git a/server/lib/api-tests/src/Test/Auth/Authorization/InheritedRoles/ColumnRedactionSpec.hs b/server/lib/api-tests/src/Test/Auth/Authorization/InheritedRoles/ColumnRedactionSpec.hs index 9f33800ead1..8ecff91b3d5 100644 --- a/server/lib/api-tests/src/Test/Auth/Authorization/InheritedRoles/ColumnRedactionSpec.hs +++ b/server/lib/api-tests/src/Test/Auth/Authorization/InheritedRoles/ColumnRedactionSpec.hs @@ -107,7 +107,7 @@ computedFieldSetupActions testEnv = Postgres.run_ testEnv $ [i| CREATE FUNCTION #{ employee_yearly_salary schemaName }(employee_row employee) - RETURNS numeric AS $$ + RETURNS double precision AS $$ SELECT employee_row.monthly_salary * 12 $$ LANGUAGE sql STABLE; |],