Skip to content

Commit

Permalink
fix private keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
adhil0 committed Apr 2, 2024
1 parent 068ff41 commit 57e2cb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard/src/t5gweb/fake_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def generate_fake_private_keywords(fake):
option = fake.random_element([1, 2, 3])

if option == 1:
return [fake.word(), f"{fake.word()}:Priority"]
return [fake.word(), f"Telco:Priority-{fake.random_int(1,4)}"]
elif option == 2:
return [fake.word(), fake.word()]
else:
Expand Down

0 comments on commit 57e2cb3

Please sign in to comment.