diff --git a/backend/Testing/ApiTests/NewProjectRaceCondition.cs b/backend/Testing/ApiTests/NewProjectRaceCondition.cs index 8d4298a1e..2eed7b63b 100644 --- a/backend/Testing/ApiTests/NewProjectRaceCondition.cs +++ b/backend/Testing/ApiTests/NewProjectRaceCondition.cs @@ -40,6 +40,7 @@ private async Task CreateQueryAndVerifyProject(Guid id) type: FL_EX, id: "{{id}}", code: "{{id}}", + isConfidential: false, description: "this is just a testing project for testing a race condition", retentionPolicy: DEV }) { diff --git a/backend/Testing/Services/Utils.cs b/backend/Testing/Services/Utils.cs index 2aaa001e9..76cf059cd 100644 --- a/backend/Testing/Services/Utils.cs +++ b/backend/Testing/Services/Utils.cs @@ -43,6 +43,7 @@ await apiTester.ExecuteGql($$""" type: FL_EX, id: "{{config.Id}}", code: "{{config.Code}}", + isConfidential: false, description: "Project created by an integration test", retentionPolicy: DEV }) {