Skip to content

Commit

Permalink
LEAF TEST 4620 update form test - parentID not required data (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
aerinkayne authored Jan 16, 2025
1 parent 6c44f55 commit 6758bfd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion API-tests/formStack_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ func postNewForm() string {
postData.Set("CSRFToken", CsrfToken)
postData.Set("name", "Test New Form")
postData.Set("description", "Test New Form Description")
postData.Set("parentID", "")

res, _ := client.PostForm(RootURL+`api/formEditor/new`, postData)
bodyBytes, _ := io.ReadAll(res.Body)
Expand Down

0 comments on commit 6758bfd

Please sign in to comment.