Skip to content

Commit

Permalink
[test] fix filename
Browse files Browse the repository at this point in the history
  • Loading branch information
twenzel225 committed Feb 1, 2023
1 parent 92ca86a commit 6c38f1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
) from exc


TEST_SERVER_YAML_FILENAME = Path(__file__).parent / "test_server_example.yaml"
TEST_SERVER_YAML_FILENAME = Path(__file__).parent / "test_server.yaml"
UDMServer = namedtuple("UDMServer", ["host", "username", "user_dn", "password"])
fake = faker.Faker()
logger = logging.getLogger(__name__)
Expand Down

0 comments on commit 6c38f1e

Please sign in to comment.