Skip to content

Commit

Permalink
chore: add connect directory to resources directory tree.
Browse files Browse the repository at this point in the history
  • Loading branch information
tdstein committed Jul 24, 2024
1 parent 3f08e6e commit 9b874c3
Show file tree
Hide file tree
Showing 12 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration/tests/posit/connect/test_content.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def test_restart(self):
content = self.client.content.create(name="example-flask-minimal")
# create bundle
path = Path(
"../../../resources/bundles/example-flask-minimal/bundle.tar.gz"
"../../../resources/connect/bundles/example-flask-minimal/bundle.tar.gz"
)
path = (Path(__file__).parent / path).resolve()
bundle = content.bundles.create(str(path))
Expand All @@ -71,7 +71,7 @@ def test_render(self):
content = self.client.content.create(name="example-quarto-minimal")
# create bundle
path = Path(
"../../../resources/bundles/example-quarto-minimal/bundle.tar.gz"
"../../../resources/connect/bundles/example-quarto-minimal/bundle.tar.gz"
)
path = (Path(__file__).parent / path).resolve()
bundle = content.bundles.create(str(path))
Expand Down

0 comments on commit 9b874c3

Please sign in to comment.