@@ -135,7 +135,7 @@ func TestSendRequest(t *testing.T) {
135
135
}{
136
136
{
137
137
name : "correct configs, gin, plain text" ,
138
- baseUrl : "http://ginserver " ,
138
+ baseUrl : "http://localhost " ,
139
139
endpoint : "/datetime" ,
140
140
port : "8083" ,
141
141
contentType : "text/plain" ,
@@ -144,7 +144,7 @@ func TestSendRequest(t *testing.T) {
144
144
},
145
145
{
146
146
name : "correct configs, gin, json" ,
147
- baseUrl : "http://ginserver " ,
147
+ baseUrl : "http://localhost " ,
148
148
endpoint : "/datetime" ,
149
149
port : "8080" ,
150
150
contentType : "application/json" ,
@@ -153,7 +153,7 @@ func TestSendRequest(t *testing.T) {
153
153
},
154
154
{
155
155
name : "correct configs, http, plain text" ,
156
- baseUrl : "http://httpserver " ,
156
+ baseUrl : "http://localhost " ,
157
157
endpoint : "/datetime" ,
158
158
port : "8080" ,
159
159
contentType : "text/plain" ,
@@ -162,7 +162,7 @@ func TestSendRequest(t *testing.T) {
162
162
},
163
163
{
164
164
name : "correct configs, http, json" ,
165
- baseUrl : "http://httpserver " ,
165
+ baseUrl : "http://localhost " ,
166
166
endpoint : "/datetime" ,
167
167
port : "8083" ,
168
168
contentType : "application/json" ,
@@ -171,7 +171,7 @@ func TestSendRequest(t *testing.T) {
171
171
},
172
172
{
173
173
name : "unsupported content type" ,
174
- baseUrl : "http://ginserver " ,
174
+ baseUrl : "http://localhost " ,
175
175
endpoint : "/datetime" ,
176
176
port : "8083" ,
177
177
contentType : "text/javascript; charset=utf-8" ,
0 commit comments