Skip to content

Commit 4073c3f

Browse files
committed
Fix client lifetime test
1 parent 7a88a64 commit 4073c3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/OpenApiClientTests/LegacyClient/ClientAttributeRegistrationLifeTimeTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ public async Task Request_is_unaffected_by_attribute_registration_for_different_
147147
""type"": ""airplanes"",
148148
""id"": """ + airplaneId2 + @""",
149149
""attributes"": {
150-
""serial-number"": null
150+
""is-in-maintenance"": false
151151
}
152152
}
153153
}");

0 commit comments

Comments
 (0)