Support routing forge clients

This commit is contained in:
Geoff Bourne
2019-04-28 17:02:21 -05:00
parent 5875b0d231
commit 96399cfd40
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ func Test_routesImpl_FindBackendForServerAddress(t *testing.T) {
serverAddress: "forge.my.domain", backend: "backend:25566",
},
args: args{
serverAddress: `forge.my.domain\x00FML2\x00`,
serverAddress: "forge.my.domain\x00FML2\x00",
},
want: "backend:25566",
},