feat(pyproject): add N
(pep8 naming) rule to ruff config...
#1487
Annotations
2 errors and 1 warning
Run pytest:
diracx-client/tests/test_auth.py#L187
test_get_token_refresh_valid
assert '{"access_tok...: 1734449596}' == '{"access_tok...: 1734449597}'
- {"access_token": "test_token", "refresh_token": "***", "expires_on": 1734449597}
? ^
+ {"access_token": "test_token", "refresh_token": "***", "expires_on": 1734449596}
? ^
|
Run pytest
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading