mirror of https://github.com/shred/acme4j
Assert that relation is 'up'
parent
24b11fe5a9
commit
726aff9b80
|
@ -475,6 +475,7 @@ public class AbstractAcmeClientTest {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public URI getLink(String relation) {
|
public URI getLink(String relation) {
|
||||||
|
assertThat(relation, is("up"));
|
||||||
return certChainUri;
|
return certChainUri;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue