Skip to content

Commit 3994439

Browse files
committed
chore: fix GraphQLLazyLoadCompositePKTests
1 parent 975602a commit 3994439

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

AmplifyPlugins/API/Tests/APIHostApp/AWSAPIPluginLazyLoadTests/LL12/CompositePK/GraphQLLazyLoadCompositePKTests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ final class GraphQLLazyLoadCompositePKTests: GraphQLLazyLoadBaseTest {
4040
[parent.children, parent.implicitChildren, parent.strangeChildren, parent.childrenSansBelongsTo]
4141
})
4242
let expectedDocument = """
43-
query GetCompositePKParent($content: String!, $customId: ID!) {
44-
getCompositePKParent(content: $content, customId: $customId) {
43+
query GetCompositePKParent {
44+
getCompositePKParent(content: "\(savedParent.content)", customId: "\(savedParent.customId)") {
4545
customId
4646
content
4747
createdAt

0 commit comments

Comments
 (0)