Skip to content

Commit

Permalink
Update test_packaging_org_users.py
Browse files Browse the repository at this point in the history
updated unit test
  • Loading branch information
timbarton1966 authored Nov 19, 2024
1 parent 55b53b1 commit 44470ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def fake_query(query):
raise SalesforceMalformedRequest("Q", "R", "S", "T")
elif (
query
== "SELECT Name, Email, UserType, IsActive, Profile.Name, Title from User WHERE IsActive=True"
== "SELECT Name, Email, UserType, IsActive, Profile.Name, Title from User WHERE IsActive=True AND UserType='Standard'"
):
return {
"records": [
Expand Down

0 comments on commit 44470ef

Please sign in to comment.