Skip to content

Commit eb5c282

Browse files
hhvrcCopilot
andauthored
Update API.IntegrationTests/Tests/DeviceEndpointTests.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 6fa001a commit eb5c282

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

API.IntegrationTests/Tests/DeviceEndpointTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public sealed class DeviceEndpointTests
2323
public async Task GetDeviceSelf_ReturnsDeviceInfo()
2424
{
2525
var userId = await TestHelper.CreateUserInDb(WebApplicationFactory, "hubself", "hubself@test.org", "SecurePassword123#");
26-
var (deviceId, hubToken) = await TestHelper.CreateDeviceInDb(WebApplicationFactory, userId, "MyHub");
26+
var (_, hubToken) = await TestHelper.CreateDeviceInDb(WebApplicationFactory, userId, "MyHub");
2727
using var client = TestHelper.CreateHubTokenClient(WebApplicationFactory, hubToken);
2828

2929
var response = await client.GetAsync("/1/device/self");

0 commit comments

Comments
 (0)