Skip to content

Commit

Permalink
✅ Adjust schemas in instance test
Browse files Browse the repository at this point in the history
  • Loading branch information
lazappi committed Jan 20, 2025
1 parent 1fe0b49 commit bb1b097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-instance_api.R
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ test_that("get_schema works", {
# try to get the schema
schema <- api$get_schema()

expect_named(schema, c("core", "bionty", "wetlab", "ourprojects"))
expect_named(schema, c("core", "bionty", "wetlab"))

expect_true(all(c("run", "user", "param", "artifact", "storage") %in% names(schema$core)))

Expand Down

0 comments on commit bb1b097

Please sign in to comment.