Skip to content

Commit

Permalink
Fix invalid integration test data
Browse files Browse the repository at this point in the history
Objects in the Default space should never have a `namespace: 'default'`
attribute. This causes a deserialization error when the object is
fetched and/or when it is migrated.
  • Loading branch information
jportner committed Mar 15, 2021
1 parent e883e50 commit a467717
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@
"migrationVersion": {
"config": "7.13.0"
},
"namespace": "default",
"references": [
],
"type": "config",
Expand Down

0 comments on commit a467717

Please sign in to comment.