diff options
Diffstat (limited to 'environment_test.go')
| -rw-r--r-- | environment_test.go | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/environment_test.go b/environment_test.go index 467bd5b..a3235d3 100644 --- a/environment_test.go +++ b/environment_test.go @@ -9,10 +9,10 @@ import ( "path/filepath" "testing" - "github.com/shuLhan/share/lib/dns" - libhttp "github.com/shuLhan/share/lib/http" - "github.com/shuLhan/share/lib/ini" - "github.com/shuLhan/share/lib/test" + "git.sr.ht/~shulhan/pakakeh.go/lib/dns" + libhttp "git.sr.ht/~shulhan/pakakeh.go/lib/http" + "git.sr.ht/~shulhan/pakakeh.go/lib/ini" + "git.sr.ht/~shulhan/pakakeh.go/lib/test" ) func TestEnvironment(t *testing.T) { @@ -87,7 +87,7 @@ func TestLoadEnvironment(t *testing.T) { URL: "http://127.0.0.1:11180/hosts/c", }, }, - HttpdOptions: &libhttp.ServerOptions{ + HttpdOptions: libhttp.ServerOptions{ Address: "127.0.0.1:5381", }, ServerOptions: dns.ServerOptions{ |
