final Content.Smart smart = new Content.Smart(
contents.get(path, "branch1")
);
final MkQuery query = container.take();
MatcherAssert.assertThat(
query.uri().toString(),
Matchers.endsWith(
"/repos/test/contents/contents/test/file?ref=branch1"
)
);
MatcherAssert.assertThat(