Skip to content

Commit a0fd651

Browse files
committed
Fix integration test for repository
1 parent 5483a40 commit a0fd651

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

integration/tests/posit/connect/test_content_item_repository.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def create_content(self) -> ContentItem:
2020

2121
@property
2222
def repo_repository(self):
23-
return "posit-dev/posit-sdk-py"
23+
return "https://github.com/posit-dev/posit-sdk-py"
2424

2525
@property
2626
def repo_branch(self):
@@ -47,10 +47,6 @@ def test_create_get_update_delete(self):
4747
content = self.create_content()
4848

4949
# None by default
50-
print("!!!!HERE!!!!")
51-
print(content)
52-
print(content.repository)
53-
5450
assert content.repository is None
5551

5652
# Create

0 commit comments

Comments
 (0)