Skip to content

Commit

Permalink
Devops: Update test reference files after change in fixtures
Browse files Browse the repository at this point in the history
The `aiida-core` fixtures had slight changes in the way base ORM
entities are configured, such as default users. The reference files for
affected tests are updated.
  • Loading branch information
sphuber committed May 8, 2023
1 parent 46ab22b commit 5eab54c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions tests/test_graphql/test_users/test_users.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ data:
users:
count: 3
rows:
- email: tests@aiida.mail
first_name: AiiDA
- email: test@aiida.local
first_name: ''
id: int
institution: aiidateam
last_name: Plugintest
institution: ''
last_name: ''
- email: a@b.com
first_name: ''
id: int
Expand Down
8 changes: 4 additions & 4 deletions tests/test_models/test_user_get_entities.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
- email: tests@aiida.mail
first_name: AiiDA
- email: test@aiida.local
first_name: ''
id: int
institution: aiidateam
last_name: Plugintest
institution: ''
last_name: ''
- email: verdi@opera.net
first_name: Giuseppe
id: int
Expand Down

0 comments on commit 5eab54c

Please sign in to comment.