Skip to content

Commit

Permalink
integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
toph-allen committed Oct 4, 2024
1 parent 00f5d4a commit ed9b73e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PWD := $(dir $(abspath $(lastword $(MAKEFILE_LIST))))

PROJECT=connectapi
NETWORK=${PROJECT}_default
CONNECT_VERSION=2024.03.0
CONNECT_VERSION=2024.09.0

#---------------------------------------------
# Network
Expand Down
6 changes: 6 additions & 0 deletions tests/integrated/test-thumbnail.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
# functions; they are taken from `tests/integrated/test-deploy.R` where they
# test the *_image.R functions.

cont1_name <- uuid::UUIDgenerate()
cont1_title <- "Test Content 1"
cont1_guid <- NULL
cont1_bundle <- NULL
cont1_content <- NULL

test_that("set_thumbnail works with local images", {
scoped_experimental_silence()
img_path <- rprojroot::find_package_root_file("tests/testthat/examples/logo.png")
Expand Down

0 comments on commit ed9b73e

Please sign in to comment.