We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c4f28f commit ed60818Copy full SHA for ed60818
providers/openfeature-provider-flagd/tests/e2e/step/flag_step.py
@@ -48,7 +48,7 @@ def evaluate_with_details(
48
@when("the flag was modified")
49
def assert_flag_change_event(container):
50
requests.post(f"{container.get_launchpad_url()}/change", timeout=1)
51
- sleep(.2)
+ sleep(0.2)
52
53
54
@then("the flag should be part of the event payload")
0 commit comments