Skip to content

Commit 00bdda6

Browse files
committed
Update test_system.py
1 parent 38a5c5d commit 00bdda6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

integration/tests/posit/connect/test_system.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,7 @@ class TestSystem:
2222
def setup_class(cls):
2323
cls.client = Client()
2424
assert cls.client.content.count() == 0
25-
cls.content_item = cls.client.content.create(
26-
name="Content_A",
27-
default_r_environment_management=True,
28-
)
25+
cls.content_item = cls.client.content.create(name="Content_A")
2926

3027
# Copied from from integration/tests/posit/connect/test_packages.py
3128
def _deploy_python_bundle(self):

0 commit comments

Comments
 (0)