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/service_test.go | |
| parent | 9fe8f31ae379d4b30823f3c4f19842bf32aae034 (diff) | |
| download | go-git-server-11e393cbc6e7be6757ec8d92cb37ea9e14ed8c9d.tar.gz | |
feat: refactor some tests and policies.
Diffstat (limited to '')
| -rw-r--r-- | internal/admin/service_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/admin/service_test.go b/internal/admin/service_test.go index e13d28c..ae616c3 100644 --- a/internal/admin/service_test.go +++ b/internal/admin/service_test.go @@ -73,7 +73,7 @@ func TestInitServer(t *testing.T) { // policy destPolicyFile := filepath.Join(tempDir, "testpolicy.csv") - srcPolicyFile := "../../testpolicy.csv" + srcPolicyFile := "../../tests/testpolicy.csv" copyFile(t, srcPolicyFile, destPolicyFile) // end policy |