fix: remove duplicate .gitea folder to resolve CI workflow conflict
Some checks failed
CI / test (push) Has been cancelled
Some checks failed
CI / test (push) Has been cancelled
This commit is contained in:
@@ -184,8 +184,7 @@ class TestHookManager:
|
|||||||
|
|
||||||
assert result.success is False
|
assert result.success is False
|
||||||
|
|
||||||
def test_uninstall_hook_no_file(self):
|
def test_uninstall_hook_no_file(self):n """Test uninstall fails when no hook file."""
|
||||||
"""Test uninstall fails when no hook file."""
|
|
||||||
with tempfile.TemporaryDirectory() as tmpdir:
|
with tempfile.TemporaryDirectory() as tmpdir:
|
||||||
manager = HookManager(tmpdir)
|
manager = HookManager(tmpdir)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user