Skip to content
This repository was archived by the owner on Jun 23, 2023. It is now read-only.

Commit c7fb390

Browse files
committed
Change position of abfile must reflect that.
1 parent 998fa12 commit c7fb390

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/test_00_server.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import os
66

77
from cryptojwt.key_jar import build_keyjar
8-
from oidcmsg.abfile import AbstractFileSystem
8+
from oidcmsg.storage.abfile import AbstractFileSystem
99
import yaml
1010

1111
from oidcop.configure import OPConfiguration
@@ -151,7 +151,7 @@ def test_cdb():
151151
def test_cdb_afs():
152152
_cnf = copy(CONF)
153153
_cnf["client_db"] = {
154-
"class": 'oidcmsg.abfile.AbstractFileSystem',
154+
"class": 'oidcmsg.storage.abfile.AbstractFileSystem',
155155
"kwargs": {
156156
'fdir': full_path("afs"),
157157
'value_conv': 'oidcmsg.util.JSON'

0 commit comments

Comments
 (0)