diracx-testing 0.0.1a37__py3-none-any.whl → 0.0.1a39__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- diracx/testing/utils.py +2 -1
- {diracx_testing-0.0.1a37.dist-info → diracx_testing-0.0.1a39.dist-info}/METADATA +1 -1
- {diracx_testing-0.0.1a37.dist-info → diracx_testing-0.0.1a39.dist-info}/RECORD +5 -5
- {diracx_testing-0.0.1a37.dist-info → diracx_testing-0.0.1a39.dist-info}/WHEEL +0 -0
- {diracx_testing-0.0.1a37.dist-info → diracx_testing-0.0.1a39.dist-info}/top_level.txt +0 -0
diracx/testing/utils.py
CHANGED
@@ -184,7 +184,8 @@ class ClientFactory:
|
|
184
184
|
|
185
185
|
@staticmethod
|
186
186
|
def enrich_tokens(
|
187
|
-
access_payload: AccessTokenPayload,
|
187
|
+
access_payload: AccessTokenPayload,
|
188
|
+
refresh_payload: RefreshTokenPayload | None,
|
188
189
|
):
|
189
190
|
|
190
191
|
return {"PolicySpecific": "OpenAccessForTest"}, {}
|
@@ -5,8 +5,8 @@ diracx/testing/entrypoints.py,sha256=ql7byyUOnUBdDoiN5xznlUTQSbD1YCNy4UF5t9MBhgc
|
|
5
5
|
diracx/testing/mock_osdb.py,sha256=2pl9yKV1-e5kzf6meBZnhoc1i0ySAJ8IdnP3r1bOwcI,6033
|
6
6
|
diracx/testing/osdb.py,sha256=m6mUBLnGOoQLTCIBie9P2GhmLMybrgzIrlIYfhF1_Ss,3230
|
7
7
|
diracx/testing/routers.py,sha256=UW-TnikMQgcNxF5sUZD5DWoucGiCpP6s8mYmuahDiSc,979
|
8
|
-
diracx/testing/utils.py,sha256=
|
9
|
-
diracx_testing-0.0.
|
10
|
-
diracx_testing-0.0.
|
11
|
-
diracx_testing-0.0.
|
12
|
-
diracx_testing-0.0.
|
8
|
+
diracx/testing/utils.py,sha256=Ah5ChSvaz_k7n9Drtn9sc9gh0VVXSzh8ctcNWaVovmU,24365
|
9
|
+
diracx_testing-0.0.1a39.dist-info/METADATA,sha256=c1bRIBpsaHAJ-_OJFeQacI5cDJKrPoLXONHqIVB9mms,634
|
10
|
+
diracx_testing-0.0.1a39.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
|
11
|
+
diracx_testing-0.0.1a39.dist-info/top_level.txt,sha256=vJx10tdRlBX3rF2Psgk5jlwVGZNcL3m_7iQWwgPXt-U,7
|
12
|
+
diracx_testing-0.0.1a39.dist-info/RECORD,,
|
File without changes
|
File without changes
|