Skip to content

Commit c558ea0

Browse files
committed
style(controller): use @deis.io email addresses in tests
1 parent acb3b9d commit c558ea0

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

controller/api/fixtures/test_auth.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"groups": [],
1414
"user_permissions": [],
1515
"password": "pbkdf2_sha256$10000$5Uoq7dl61vnN$gQhDpc2q2Rkn16VdPC+pNNEQcKpy+LGe29Zkad+2/m4=",
16-
"email": "autotest@opdemand.com",
16+
"email": "autotest@deis.io",
1717
"date_joined": "2013-05-10T16:08:09.357Z"
1818
}
1919
}

controller/api/fixtures/test_sharing.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"groups": [],
3232
"user_permissions": [],
3333
"password": "pbkdf2_sha256$10000$SLr4X1T9L3QA$NB4d4a0d+3NZuAwLbdnKGb2z3P/hQrKQHVaGG3zAaMw=",
34-
"email": "autotest@opdemand.com",
34+
"email": "autotest@deis.io",
3535
"date_joined": "2013-11-25T21:58:46.208Z"
3636
}
3737
},
@@ -49,7 +49,7 @@
4949
"groups": [],
5050
"user_permissions": [],
5151
"password": "pbkdf2_sha256$10000$FrfwTVAtWPMD$HUfDokMeY37YshdyS3uhDZ+d/r8galU7kNuBfZxJl2s=",
52-
"email": "autotest@opdemand.com",
52+
"email": "autotest@deis.io",
5353
"date_joined": "2013-11-25T21:59:30.760Z"
5454
}
5555
},

controller/api/fixtures/tests.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"groups": [],
1414
"user_permissions": [],
1515
"password": "pbkdf2_sha256$10000$5Uoq7dl61vnN$gQhDpc2q2Rkn16VdPC+pNNEQcKpy+LGe29Zkad+2/m4=",
16-
"email": "autotest@opdemand.com",
16+
"email": "autotest@deis.io",
1717
"date_joined": "2013-05-10T16:08:09.357Z"
1818
}
1919
},
@@ -31,7 +31,7 @@
3131
"groups": [],
3232
"user_permissions": [],
3333
"password": "pbkdf2_sha256$10000$5Uoq7dl61vnN$gQhDpc2q2Rkn16VdPC+pNNEQcKpy+LGe29Zkad+2/m4=",
34-
"email": "autotest2@opdemand.com",
34+
"email": "autotest2@deis.io",
3535
"date_joined": "2013-05-10T16:08:09.357Z"
3636
}
3737
}

controller/web/fixtures/test_web.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"groups": [],
3232
"user_permissions": [],
3333
"password": "pbkdf2_sha256$10000$SLr4X1T9L3QA$NB4d4a0d+3NZuAwLbdnKGb2z3P/hQrKQHVaGG3zAaMw=",
34-
"email": "autotest@opdemand.com",
34+
"email": "autotest@deis.io",
3535
"date_joined": "2013-11-25T21:58:46.208Z"
3636
}
3737
},
@@ -49,7 +49,7 @@
4949
"groups": [],
5050
"user_permissions": [],
5151
"password": "pbkdf2_sha256$10000$FrfwTVAtWPMD$HUfDokMeY37YshdyS3uhDZ+d/r8galU7kNuBfZxJl2s=",
52-
"email": "autotest@opdemand.com",
52+
"email": "autotest@deis.io",
5353
"date_joined": "2013-11-25T21:59:30.760Z"
5454
}
5555
},

0 commit comments

Comments
 (0)