fix flaky test_user_relationship_test.exs:81
The problem was double. On the one hand, the function didn't actually return what was in the DB. On the other hand the test was flaky because it used NaiveDateTime.utc_now()
so test could fail or pass depending on a difference of microseconds.
Both are fixed now.
Edited by Ilja