Skip to content

Commit

Permalink
Add tests for form_schema(draft=TRUE)
Browse files Browse the repository at this point in the history
  • Loading branch information
florianm committed Mar 15, 2024
1 parent c86830b commit 4b15682
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/testthat/test-form_schema.R
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ test_that("form_schema works with unpublished draft forms", {
form_schema(
pid = get_test_pid(),
fid = "Locations_draft",
draft = TRUE,
url = get_test_url(),
un = get_test_un(),
pw = get_test_pw(),
Expand All @@ -34,6 +35,7 @@ test_that("form_schema works with unpublished draft forms", {
parse = FALSE,
pid = get_test_pid(),
fid = "Locations_draft",
draft = TRUE,
url = get_test_url(),
un = get_test_un(),
pw = get_test_pw(),
Expand Down

0 comments on commit 4b15682

Please sign in to comment.