We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b8404e commit bed4e9dCopy full SHA for bed4e9d
test/OperationsExampleTests/Get/GetRelationshipTests.cs
@@ -31,7 +31,7 @@ public async Task Can_Get_Article_Author()
31
operations = new[] {
32
new Dictionary<string, object> {
33
{ "op", "get"},
34
- { "ref", new { type = "articles", id = article.StringId, relationship = nameof(article.Author) } }
+ { "ref", new { type = "articles", id = article.StringId, relationship = "author" } }
35
}
36
37
};
0 commit comments