Skip to content
Snippets Groups Projects
  • Sascha Klawohn's avatar
    f96b3b88
    auth_dict, userN_auth -> auth_headers, .._tokens · f96b3b88
    Sascha Klawohn authored
    Fixture auth_dict returned both a header and a token, the latter was
    discarded in most tests. The specific userN_auth fixtures only returned
    the header. To simplify, those fixtures are replaced with just
    auth_headers for most cases, and upload_tokens for the few cases where
    the token is needed.
    f96b3b88
    History
    auth_dict, userN_auth -> auth_headers, .._tokens
    Sascha Klawohn authored
    Fixture auth_dict returned both a header and a token, the latter was
    discarded in most tests. The specific userN_auth fixtures only returned
    the header. To simplify, those fixtures are replaced with just
    auth_headers for most cases, and upload_tokens for the few cases where
    the token is needed.