summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDennis Neufeld <dennis.neufeld@students.bfh.ch>2020-11-10 12:15:32 +0100
committerDennis Neufeld <dennis.neufeld@students.bfh.ch>2020-11-10 12:15:43 +0100
commit5d2926ef1e7b1055ed67a2b475d3658436f7d195 (patch)
tree551694c002c3ec78b367c096a60c6cccac8c7d51
parent1a0b90a645752152da6ffd1fe8279acdcb26a01e (diff)
downloaddocs-5d2926ef1e7b1055ed67a2b475d3658436f7d195.tar.gz
docs-5d2926ef1e7b1055ed67a2b475d3658436f7d195.tar.bz2
docs-5d2926ef1e7b1055ed67a2b475d3658436f7d195.zip
anastasis reducer fix
-rw-r--r--anastasis.rst42
1 files changed, 21 insertions, 21 deletions
diff --git a/anastasis.rst b/anastasis.rst
index 2c145462..b68173d4 100644
--- a/anastasis.rst
+++ b/anastasis.rst
@@ -1149,9 +1149,9 @@ Arguments (example):
"identity_attributes": {
"full_name": "Max Musterman",
"social_security_number": "123456789",
- "birth_year": "2000",
- "birth_month": "01",
- "birth_day": "01"
+ "birth_year": 2000,
+ "birth_month": 1,
+ "birth_day": 1
}
}
@@ -1281,9 +1281,9 @@ Expected new state (backup process):
"identity_attributes": {
"full_name": "Max Musterman",
"social_security_number": "123456789",
- "birth_year": "2000",
- "birth_month": "01",
- "birth_day": "01"
+ "birth_year": 2000,
+ "birth_month": 1,
+ "birth_day": 1
}
}
@@ -1503,9 +1503,9 @@ Expected new state:
"identity_attributes": {
"full_name": "Max Musterman",
"social_security_number": "123456789",
- "birth_year": "2000",
- "birth_month": "01",
- "birth_day": "01"
+ "birth_year": 2000,
+ "birth_month": 1,
+ "birth_day": 1
},
"authentication_methods": [
{
@@ -1717,9 +1717,9 @@ Expected new state:
"identity_attributes": {
"full_name": "Max Musterman",
"social_security_number": "123456789",
- "birth_year": "2000",
- "birth_month": "01",
- "birth_day": "01"
+ "birth_year": 2000,
+ "birth_month": 1,
+ "birth_day": 1
},
"authentication_methods": [
{
@@ -1934,9 +1934,9 @@ Expected new state:
"identity_attributes": {
"full_name": "Max Musterman",
"social_security_number": "123456789",
- "birth_year": "2000",
- "birth_month": "01",
- "birth_day": "01"
+ "birth_year": 2000,
+ "birth_month": 1,
+ "birth_day": 1
},
"authentication_methods": [
{
@@ -2197,9 +2197,9 @@ Expected new state:
"identity_attributes": {
"full_name": "Max Musterman",
"social_security_number": "123456789",
- "birth_year": "2000",
- "birth_month": "01",
- "birth_day": "01"
+ "birth_year": 2000,
+ "birth_month": 1,
+ "birth_day": 1
},
"authentication_methods": [
{
@@ -2450,9 +2450,9 @@ Expected new state:
"identity_attributes": {
"full_name": "Max Musterman",
"social_security_number": "123456789",
- "birth_year": "2000",
- "birth_month": "01",
- "birth_day": "01"
+ "birth_year": 2000,
+ "birth_month": 1,
+ "birth_day": 1
},
"authentication_methods": [
{