Skip to content

Commit 306831d

Browse files
committed
add missing function
1 parent f903cbb commit 306831d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: tests/service.py

+4
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ def create_payment_method_id():
3434
return f'las:payment-method:{uuid4().hex}'
3535

3636

37+
def create_prediction_id():
38+
return f'las:prediction:{uuid4().hex}'
39+
40+
3741
def create_deployment_environment_id():
3842
return f'las:deployment-environment:{uuid4().hex}'
3943

0 commit comments

Comments
 (0)