We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38a5c5d commit 00bdda6Copy full SHA for 00bdda6
integration/tests/posit/connect/test_system.py
@@ -22,10 +22,7 @@ class TestSystem:
22
def setup_class(cls):
23
cls.client = Client()
24
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
- )
+ cls.content_item = cls.client.content.create(name="Content_A")
29
30
# Copied from from integration/tests/posit/connect/test_packages.py
31
def _deploy_python_bundle(self):
0 commit comments