1
0
Fork 0
mirror of https://github.com/gocsaf/csaf.git synced 2025-12-22 05:40:11 +01:00

Rename directory testdata

This commit is contained in:
koplas 2024-09-16 16:12:49 +02:00
parent 6ca6dfee25
commit a9bf9da130
13 changed files with 1 additions and 1 deletions

View file

@ -107,7 +107,7 @@ func Test_listed(t *testing.T) {
t.Run(test.name, func(tt *testing.T) {
tt.Parallel()
serverURL := ""
fs := http.FileServer(http.Dir("../../testdata/simple-directory-feed"))
fs := http.FileServer(http.Dir("../../testdata/simple-directory-provider"))
server := httptest.NewTLSServer(fs)
defer server.Close()