Remove test for Instance::get_proxy().
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
c049af3212
commit
bd490e788c
@ -65,13 +65,11 @@ SCENARIO ("mastopp::Instance")
|
||||
}
|
||||
|
||||
THEN ("No exception is thrown")
|
||||
AND_THEN ("get_proxy() returns the set value.")
|
||||
AND_THEN ("get_access_token() returns the set value.")
|
||||
AND_THEN ("get_hostname() returns the set value.")
|
||||
AND_THEN ("get_baseuri() returns the expected value.")
|
||||
{
|
||||
REQUIRE_FALSE(exception);
|
||||
REQUIRE(instance.get_proxy() == proxy);
|
||||
REQUIRE(instance.get_access_token() == access_token);
|
||||
REQUIRE(instance.get_hostname() == hostname);
|
||||
REQUIRE(instance.get_baseuri() == (string("https://") += hostname));
|
||||
|
Loading…
x
Reference in New Issue
Block a user