Skip to content
Snippets Groups Projects
Unverified Commit f4536709 authored by dpsutton's avatar dpsutton Committed by GitHub
Browse files

`#schema` -> `#hawk/schema` (#28002)

parent 6a581937
No related branches found
No related tags found
No related merge requests found
......@@ -210,12 +210,12 @@
:card_id card-id-1
:attribute_remappings {"foo" 1}}]))
result (mt/user-http-request :crowberto :put 200 "permissions/graph" graph)]
(is (=? [{:id #schema s/Int
(is (=? [{:id #hawk/schema s/Int
:table_id table-id-1
:group_id group-id
:card_id card-id-1
:attribute_remappings {:foo 1}
:permission_id #schema s/Int}]
:permission_id #hawk/schema s/Int}]
(:sandboxes result)))
(is (db/exists? GroupTableAccessPolicy :table_id table-id-1 :group_id group-id))))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment