We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c04c9f6 commit 1c692ccCopy full SHA for 1c692cc
tests/test_docker_compose.py
@@ -114,7 +114,7 @@ def test_docker_compose_userexperience():
114
# load api key from our custom config file
115
our_api_key = yaml.safe_load(custom_config_file.read_text()).get("api_key", "")
116
assert our_api_key
117
- assert docker_api_key == our_api_key
+ assert docker_api_key[:20] == our_api_key[:20]
118
119
for _ in range(120):
120
# we should be able to list assets now
0 commit comments