1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-20 03:19:52 +08:00

Merge pull request #8752 from smoogipoo/fix-headless-api-test

Mark dummy api test scene as headless
This commit is contained in:
Dean Herbert
2020-04-14 15:23:09 +09:00
committed by GitHub
Unverified
@@ -2,6 +2,7 @@
// See the LICENCE file in the repository root for full licence text.
using NUnit.Framework;
using osu.Framework.Testing;
using osu.Game.Online.API;
using osu.Game.Online.API.Requests;
using osu.Game.Online.API.Requests.Responses;
@@ -11,6 +12,7 @@ using osu.Game.Users;
namespace osu.Game.Tests.Online
{
[HeadlessTest]
public class TestDummyAPIRequestHandling : OsuTestScene
{
[Test]