aboutsummaryrefslogtreecommitdiff
path: root/server_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'server_test.go')
-rw-r--r--server_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/server_test.go b/server_test.go
index 12e6a53..ee72cb0 100644
--- a/server_test.go
+++ b/server_test.go
@@ -15,7 +15,7 @@ import (
const (
cannary = "hello from backend"
- dataFile = "test.gob"
+ dataFile = "test.json"
)
func TestReverseProxy(t *testing.T) {