diff options
| author | Max Resnick <max@ofmax.li> | 2024-03-02 15:03:46 -0800 |
|---|---|---|
| committer | Max Resnick <max@ofmax.li> | 2024-03-02 15:03:46 -0800 |
| commit | 11e393cbc6e7be6757ec8d92cb37ea9e14ed8c9d (patch) | |
| tree | 453fbdcf13ba1a8252f843641fb60319f670549c /internal/admin/model_test.go | |
| parent | 9fe8f31ae379d4b30823f3c4f19842bf32aae034 (diff) | |
| download | go-git-server-11e393cbc6e7be6757ec8d92cb37ea9e14ed8c9d.tar.gz | |
feat: refactor some tests and policies.
Diffstat (limited to 'internal/admin/model_test.go')
| -rw-r--r-- | internal/admin/model_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/admin/model_test.go b/internal/admin/model_test.go index 70ec738..ee0b72a 100644 --- a/internal/admin/model_test.go +++ b/internal/admin/model_test.go @@ -86,7 +86,7 @@ func TestLoadServerConfig(t *testing.T) { localDir := t.TempDir() // TODO Refactor next touch localFile := filepath.Join(localDir, "stuff.yaml") - srcFile, err := os.Open(filepath.Clean("../../gitserver.yaml")) + srcFile, err := os.Open(filepath.Clean("../../tests/test_gitserver.yaml")) if err != nil { t.Fatalf("Error opening base config %s", err) } |