mirror of
https://tvoygit.ru/Djam/abfapi.git
synced 2025-02-23 10:22:45 +00:00
update test
This commit is contained in:
parent
b3fccab775
commit
47d4671626
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ import (
|
||||||
"os"
|
"os"
|
||||||
"strings"
|
"strings"
|
||||||
|
|
||||||
"github.com/tvoygit.ru/Djam/abfapi"
|
"tvoygit.ru/Djam/abfapi"
|
||||||
)
|
)
|
||||||
|
|
||||||
// MockServer Represents a test HTTP server with mocks.
|
// MockServer Represents a test HTTP server with mocks.
|
||||||
|
@ -147,4 +147,4 @@ func main() {
|
||||||
logger.Fatalf("Failed to fetch file: %v", err)
|
logger.Fatalf("Failed to fetch file: %v", err)
|
||||||
}
|
}
|
||||||
logger.Printf("File fetched successfully")
|
logger.Printf("File fetched successfully")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue