You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: test/test-mda-models/aissemble-test-data-delivery-pyspark-model/tests/features/pyspark_data_encryption.feature
+6
Original file line number
Diff line number
Diff line change
@@ -22,3 +22,9 @@ Feature: Data encryption
22
22
Given a pipeline with native inbound collection and inbound record type
23
23
When AES encryption is requested
24
24
Then the correct AES algorithm is applied to the data set
25
+
26
+
Scenario: The policies location property can be undefined for encryption policies
27
+
Given a pipeline with an inbound data type
28
+
And the policies location property is not defined
29
+
When the check and apply encryption method is called
30
+
Then the method completes without applying encryption
Copy file name to clipboardexpand all lines: test/test-mda-models/aissemble-test-data-delivery-pyspark-model/tests/features/steps/pyspark_data_encryption_steps.py
0 commit comments