Skip to content

Commit

Permalink
Remove logicalId (#560)
Browse files Browse the repository at this point in the history
  • Loading branch information
anshikg authored Sep 1, 2020
1 parent 49dca0b commit ee4203c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/rpdk/core/contract/resource_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,6 @@ def make_request(
"callerCredentials": creds,
"resourceProperties": desired_resource_state,
"previousResourceProperties": previous_resource_state,
"logicalResourceIdentifier": token,
},
"region": region,
"awsPartition": partition,
Expand Down
2 changes: 0 additions & 2 deletions tests/contract/test_resource_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,6 @@ def test_make_request():
"callerCredentials": {},
"resourceProperties": desired_resource_state,
"previousResourceProperties": previous_resource_state,
"logicalResourceIdentifier": token,
},
"region": DEFAULT_REGION,
"awsPartition": "aws",
Expand Down Expand Up @@ -537,7 +536,6 @@ def test_make_payload(resource_client):
"callerCredentials": {},
"resourceProperties": {"foo": "bar"},
"previousResourceProperties": None,
"logicalResourceIdentifier": token,
},
"region": DEFAULT_REGION,
"awsPartition": "aws",
Expand Down

0 comments on commit ee4203c

Please sign in to comment.