Skip to content

Commit 7161016

Browse files
committed
remove DataType
1 parent 3dffc16 commit 7161016

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit/synapseclient/core/credentials/unit_test_cred_provider.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ def test_get_auth_info__parameter_name_exists(
410410
"Version": 502,
411411
"LastModifiedDate": "Sun, 20 Apr 1969 16:20:00 GMT",
412412
"ARN": "arn:aws:ssm:us-east-1:123123123:parameter/synapse/cred/i-12134312",
413-
"DataType": "text",
413+
# "DataType": "text",
414414
},
415415
}
416416
stubber.add_response("get_parameter", response)

0 commit comments

Comments
 (0)