mirror of
https://github.com/kemko/nomad.git
synced 2026-01-04 09:25:46 +03:00
Renamed the tests
This commit is contained in:
@@ -6,7 +6,7 @@ import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestHTTP_FSDirectoryList(t *testing.T) {
|
||||
func TestAllocDirFS_List(t *testing.T) {
|
||||
httpTest(t, nil, func(s *TestServer) {
|
||||
req, err := http.NewRequest("GET", "/v1/client/fs/ls/", nil)
|
||||
if err != nil {
|
||||
@@ -21,7 +21,7 @@ func TestHTTP_FSDirectoryList(t *testing.T) {
|
||||
})
|
||||
}
|
||||
|
||||
func TestHTTP_FSStat(t *testing.T) {
|
||||
func TestAllocDirFS_Stat(t *testing.T) {
|
||||
httpTest(t, nil, func(s *TestServer) {
|
||||
req, err := http.NewRequest("GET", "/v1/client/fs/stat/", nil)
|
||||
if err != nil {
|
||||
@@ -48,7 +48,7 @@ func TestHTTP_FSStat(t *testing.T) {
|
||||
})
|
||||
}
|
||||
|
||||
func TestHTTP_FSReadAt(t *testing.T) {
|
||||
func TestAllocDirFS_ReadAt(t *testing.T) {
|
||||
httpTest(t, nil, func(s *TestServer) {
|
||||
req, err := http.NewRequest("GET", "/v1/client/fs/readat/", nil)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user