Skip to content

Commit ed60818

Browse files
committed
fix format
Signed-off-by: christian.lutnik <[email protected]>
1 parent 0c4f28f commit ed60818

File tree

1 file changed

+1
-1
lines changed
  • providers/openfeature-provider-flagd/tests/e2e/step

1 file changed

+1
-1
lines changed

providers/openfeature-provider-flagd/tests/e2e/step/flag_step.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def evaluate_with_details(
4848
@when("the flag was modified")
4949
def assert_flag_change_event(container):
5050
requests.post(f"{container.get_launchpad_url()}/change", timeout=1)
51-
sleep(.2)
51+
sleep(0.2)
5252

5353

5454
@then("the flag should be part of the event payload")

0 commit comments

Comments
 (0)