Skip to content

Commit fa3ddf1

Browse files
committed
Mock PII Data
1 parent ed6df21 commit fa3ddf1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: pii/piitest.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
import pytest
22

33
def test_passing():
4-
email = "lukehinds@gmail.com"
4+
email = "mickey12922@gmail.com"
55
assert email == "[email protected]"
66
with pytest.raises:
77
raise ("This is a configuration error")
88

99
def test_failing():
10-
email = "johnsmith@hotmail.com"
11-
assert email == "jeffbrown@bbc.com"
10+
email = "johnsmith222@hotmail.com"
11+
assert email == "jeffbrown1222@bbc.com"
1212
with pytest.raises():
1313
raise ("This is a configuration error")

0 commit comments

Comments
 (0)