Skip to content

Commit 9e84a72

Browse files
some integration test fixes
1 parent 6997ba6 commit 9e84a72

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

R/git.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ deploy_repo <- function(
130130
deployed_content$repo_set(
131131
repository = repository,
132132
branch = branch,
133-
subdirectory = subdirectory
133+
directory = subdirectory
134134
)
135135

136136
task <- deployed_content$deploy()

tests/integrated/test-git.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
skip_if_connect_older_than(test_conn_1, "2022.10.0")
2+
13
cont1_name <- uuid::UUIDgenerate()
24
cont1_title <- "Test Content 1"
35
cont1_guid <- NULL

0 commit comments

Comments
 (0)