Acquire api access for online tests

This commit is contained in:
iiSaLMaN
2019-07-31 22:44:44 +03:00
parent 034345f1bd
commit 849ed0c69d
11 changed files with 30 additions and 12 deletions

View File

@ -20,6 +20,8 @@ namespace osu.Game.Tests.Visual.UserInterface
{
public class TestSceneUpdateableBeatmapBackgroundSprite : OsuTestScene
{
protected override bool RequiresAPIAccess => true;
private BeatmapSetInfo testBeatmap;
private IAPIProvider api;
private RulesetStore rulesets;