Skip to content

Commit 62006e9

Browse files
author
Datata1
committed
fix test
1 parent a2865aa commit 62006e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_git.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ async def git_workspace(
1616
) -> AsyncGenerator[Workspace, None]:
1717
payload = WorkspaceCreate(
1818
team_id=test_team_id,
19-
name="sdk-git-integration-test",
19+
name="sdk-git-integration-test-git",
2020
plan_id=test_plan_id,
2121
git_url="https://github.com/octocat/Hello-World.git",
2222
)

0 commit comments

Comments
 (0)