Skip to content

Commit 1c692cc

Browse files
merge
1 parent c04c9f6 commit 1c692cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_docker_compose.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def test_docker_compose_userexperience():
114114
# load api key from our custom config file
115115
our_api_key = yaml.safe_load(custom_config_file.read_text()).get("api_key", "")
116116
assert our_api_key
117-
assert docker_api_key == our_api_key
117+
assert docker_api_key[:20] == our_api_key[:20]
118118

119119
for _ in range(120):
120120
# we should be able to list assets now

0 commit comments

Comments
 (0)