We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba2569e commit 4c71dd6Copy full SHA for 4c71dd6
tiled/_tests/test_in_memory_authn.py
@@ -1,6 +1,5 @@
1
from pathlib import Path
2
3
-import numpy
4
import yaml
5
6
from tiled._tests.utils import enter_username_password
@@ -12,6 +11,7 @@
12
11
13
here = Path(__file__).parent.absolute()
14
+
15
def test_good_path():
16
"""Test authn database defaults to in-memory catalog"""
17
with open(here / "test_configs" / "config_in_memory_authn.yml") as config_file:
@@ -26,4 +26,4 @@ def test_good_path():
26
client.logout()
27
context.close()
28
29
- assert True
+ assert True
0 commit comments