Skip to content

Commit 122e5e0

Browse files
committed
fixup: changing assertion
Signed-off-by: Simon Schrottner <[email protected]>
1 parent 75dc969 commit 122e5e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

providers/openfeature-provider-flagd/tests/test_grpc_watcher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def test_selector_passed_via_both_metadata_and_body(self):
147147
self.run_listen_and_shutdown_after()
148148

149149
# Verify SyncFlags was called
150-
self.mock_stub.SyncFlags.assert_called_once()
150+
self.mock_stub.SyncFlags.assert_called()
151151

152152
# Get the call arguments
153153
call_args = self.mock_stub.SyncFlags.call_args

0 commit comments

Comments
 (0)