mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-19 22:13:48 -04:00
more debug about state.json
This commit is contained in:
@@ -167,7 +167,7 @@ def test_create_new_template(authenticated_page):
|
||||
for root, dirs, files in os.walk(search_path):
|
||||
if filename in files:
|
||||
file_path = os.path.join(root, filename)
|
||||
if os.path.is_file(file_path):
|
||||
if os.path.isfile(file_path):
|
||||
found_state_json = True
|
||||
assert found_state_json is True
|
||||
assert file_path == 'foo'
|
||||
|
||||
Reference in New Issue
Block a user