Skip to content

Commit

Permalink
add identity schema version to assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielMSchmidt committed Feb 13, 2025
1 parent b04590e commit ca4fe7e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions internal/states/remote/state_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,9 @@ func TestStatePersist(t *testing.T) {
"attributes_flat": map[string]interface{}{
"filename": "file.txt",
},
"schema_version": 0.0,
"sensitive_attributes": []interface{}{},
"identity_schema_version": 0.0,
"schema_version": 0.0,
"sensitive_attributes": []interface{}{},
},
},
"mode": "managed",
Expand Down Expand Up @@ -167,8 +168,9 @@ func TestStatePersist(t *testing.T) {
"attributes_flat": map[string]interface{}{
"filename": "file.txt",
},
"schema_version": 0.0,
"sensitive_attributes": []interface{}{},
"identity_schema_version": 0.0,
"schema_version": 0.0,
"sensitive_attributes": []interface{}{},
},
},
"mode": "managed",
Expand Down

0 comments on commit ca4fe7e

Please sign in to comment.