We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2865aa commit 62006e9Copy full SHA for 62006e9
tests/integration/test_git.py
@@ -16,7 +16,7 @@ async def git_workspace(
16
) -> AsyncGenerator[Workspace, None]:
17
payload = WorkspaceCreate(
18
team_id=test_team_id,
19
- name="sdk-git-integration-test",
+ name="sdk-git-integration-test-git",
20
plan_id=test_plan_id,
21
git_url="https://github.com/octocat/Hello-World.git",
22
)
0 commit comments