Type : CREATION_INTERNE
Data is generated by the tested macro (`mm_getauthinfo`) which creates the `work.auths` table.
| 1 | %mp_assertscope(SNAPSHOT) |
| 2 | %mm_getauthinfo(outds=auths) |
| 3 | %mp_assertscope(COMPARE) |
| 1 | %mp_assert( |
| 2 | iftrue=(%mf_existds(work.auths)=1), |
| 3 | desc=Check IF the auths dataset was created |
| 4 | ) |