diff --git a/tests/testthat/test-instance_api.R b/tests/testthat/test-instance_api.R index 05e6318..785a14e 100644 --- a/tests/testthat/test-instance_api.R +++ b/tests/testthat/test-instance_api.R @@ -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)))