Skip to content

Commit 45778d6

Browse files
Narek MkhitaryanNarek Mkhitaryan
authored andcommitted
fix in tests
1 parent ac1a26f commit 45778d6

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

tests/integration/mixpanel/test_mixpanel_decorator.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ def test_create_project(self, track_method):
159159
"workflows": None,
160160
"workflow": None,
161161
"instructions_link": None,
162+
"form": None,
162163
}
163164
try:
164165
sa.create_project(**kwargs)

tests/integration/work_management/test_user_custom_fields.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -243,15 +243,3 @@ def test_set_user_custom_field_validation(self):
243243
error_template_select.format(type="str", options="option1, option2"),
244244
):
245245
sa.set_user_custom_field(scapegoat["email"], "SDK_test_single_select", 123)
246-
247-
def test_project_custom_fields(self):
248-
scapegoat = sa.list_users(role="contributor")[0]
249-
sa.add_contributors_to_project(
250-
"TestUserProjectCustomFields", [scapegoat["email"]], role="QA"
251-
)
252-
users = sa.list_users(project="TestUserProjectCustomFields")
253-
assert users[0]["role"] == "QA"
254-
users = sa.list_users(
255-
project="TestUserProjectCustomFields", include=["custom_fields"]
256-
)
257-
assert users[0]["role"] == "QA"

0 commit comments

Comments
 (0)