我是新手,正在使用junit来测试我的提供者。 我的提供程序正在外部主机上运行。 我已将测试目标配置如下:
URL url = new URL("https://<hostname>");
@TestTarget
public final Target target = new HttpTarget(url);
运行测试时,我不断获得502。 控制台输出:
request for current math skill returns a response which has status code 200
assert expectedStatus == actualStatus
| | |
200 | 502
false