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:
parent
6ca6dfee25
commit
a9bf9da130
13 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue