diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2022-06-14 15:47:25 +0000 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2022-06-14 15:47:25 +0000 |
| commit | 5d5e7c95fe631be56da1209311335cd0932fa21c (patch) | |
| tree | b7e59ecee594f2c42923335fbf0c7a8bc9b0c091 /tests/jsonapi | |
| parent | 00b4e32c6dcff8ca9b038c59b81e93b11737ac25 (diff) | |
adjust test and cast i18n objects to string, fixes #1164
Closes #1164
Merge request studip/studip!693
Diffstat (limited to 'tests/jsonapi')
| -rw-r--r-- | tests/jsonapi/InstitutesMembershipShowTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/jsonapi/InstitutesMembershipShowTest.php b/tests/jsonapi/InstitutesMembershipShowTest.php index c932945..03d99d7 100644 --- a/tests/jsonapi/InstitutesMembershipShowTest.php +++ b/tests/jsonapi/InstitutesMembershipShowTest.php @@ -23,7 +23,7 @@ class InstitutesMembershipShowTest extends \Codeception\Test\Unit public function testShouldShowMemberships() { $credentials = $this->tester->getCredentialsForTestDozent(); - $membershipId = '205f3efb7997a0fc9755da2b535038da_2560f7c7674942a7dce8eeb238e15d93'; + $membershipId = '1'; $app = $this->tester->createApp($credentials, 'get', '/institute-memberships/{id}', InstituteMembershipsShow::class); |
