Skip to content

Commit 598de0a

Browse files
committed
test better initial git
1 parent f53b274 commit 598de0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

infrahub_sdk/testing/repository.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ def init(self) -> None:
7676
repo = porcelain.open_repo(str(dest_path))
7777

7878
config = repo.get_config()
79-
config.set(("user", ), "name", "Infrahub Test")
80-
config.set(("user", ), "email", "[email protected]")
79+
config.set(("user",), "name", "Infrahub Test")
80+
config.set(("user",), "email", "[email protected]")
8181
config.write_to_path()
8282

8383
self._repo = GitRepoManager(str(dest_path), branch=self.initial_branch)

0 commit comments

Comments
 (0)