aboutsummaryrefslogtreecommitdiff
path: root/internal/admin/model_test.go
diff options
context:
space:
mode:
authorMax Resnick <max@ofmax.li>2025-05-26 22:08:17 -0700
committerMax Resnick <max@ofmax.li>2025-05-26 22:08:17 -0700
commit30c9d3a2b41a2aa8d61b31e69d255a9ece4b0811 (patch)
treed194c71039110b2a00925d2bee27325a0bb1508f /internal/admin/model_test.go
parent78098f23e9a910f3b37fbd3f7c1939ad10ec40ad (diff)
downloadgo-git-server-30c9d3a2b41a2aa8d61b31e69d255a9ece4b0811.tar.gz
fix: resolve linting issue
Diffstat (limited to 'internal/admin/model_test.go')
-rw-r--r--internal/admin/model_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/admin/model_test.go b/internal/admin/model_test.go
index 0453d84..082b3f0 100644
--- a/internal/admin/model_test.go
+++ b/internal/admin/model_test.go
@@ -236,7 +236,7 @@ func TestMgmtGitConfig(t *testing.T) {
if !errors.Is(err, ErrMgmtRepoNotFound) {
t.Fatalf("expected ErrMgmtRepoNotFound, got %v", err)
}
-
+
// check couldnt open file err
_, err = loadConfigFromGit(gitDir, "dne.yaml")
if err == nil {