Skip to content

Commit 9feb195

Browse files
committed
fix variable name in print
1 parent 194a2ea commit 9feb195

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ def test_nginx_config():
149149
env_variables = f.read()
150150

151151
assert 'SERVER_NAME' in env_variables, \
152-
f"you didn't set a POSTGRES_PASSWORD in {file_path}"
152+
f"you didn't set a SERVER_NAME in {file_path}"
153153

154154
file_path = 'nginx/nginx.conf'
155155
assert os.path.isfile(file_path), \

0 commit comments

Comments
 (0)