diff --git a/tests/Account/TSAttributesTest.m b/tests/Account/TSAttributesTest.m index 75da912a6..d9d2309f0 100644 --- a/tests/Account/TSAttributesTest.m +++ b/tests/Account/TSAttributesTest.m @@ -35,8 +35,7 @@ }; NSDictionary *actual = [TSAttributes attributesWithSignalingKey:@"fake-signaling-key" - serverAuthToken:@"fake-server-auth-token" - isWebRTCEnabled:YES]; + serverAuthToken:@"fake-server-auth-token"]; XCTAssertEqualObjects(expected, actual); }