From d504a248fb1713821fe8a2eaca6dab34e9f2d448 Mon Sep 17 00:00:00 2001 From: Brian Martin Date: Mon, 30 Dec 2019 11:54:03 -0500 Subject: [PATCH] Update gitignore to add passwd in tests Update gitignore to add passwd in tests --- .gitignore | 2 ++ tests/passwd | 1 + tests/passwd_bad | 1 + 3 files changed, 4 insertions(+) create mode 100644 tests/passwd create mode 100644 tests/passwd_bad diff --git a/.gitignore b/.gitignore index 53b39f8..105823d 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,8 @@ tests/* !tests/test* !tests/test_certs !tests/pytest.ini +!tests/passwd +!tests/passwd_bad # Ignore logs/data/certs logs/* diff --git a/tests/passwd b/tests/passwd new file mode 100644 index 0000000..6975944 --- /dev/null +++ b/tests/passwd @@ -0,0 +1 @@ +test-client:$6$e9026a738b07b5a1$WaoYMI61aIPhhjfe3FG3uzV1oqyRdLi/TvLbBbvvzFyJ7T6PrileHGkzKkJUMLGQm/dhcq0fUT8mcu2kVcjbX/ \ No newline at end of file diff --git a/tests/passwd_bad b/tests/passwd_bad new file mode 100644 index 0000000..b739f39 --- /dev/null +++ b/tests/passwd_bad @@ -0,0 +1 @@ +test-client:badhash \ No newline at end of file