Skip to content

Commit

Permalink
Add :f fluree ledger# prefix to dev & test contexts
Browse files Browse the repository at this point in the history
  • Loading branch information
cap10morgan committed Feb 24, 2023
1 parent 6da1d12 commit 3bacf89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions resources/config.edn
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@
#profile {:dev
{:id "@id"
:type "@type"
:f "https://ns.flur.ee/ledger#"
:ex "http://example.com/"}}]}}}
1 change: 1 addition & 0 deletions test/fluree/http_api/system_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
:type "@type"
:ex "http://example.com/"
:schema "http://schema.org/"
:f "https://ns.flur.ee/ledger#"
:rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#"}}}}}))

(defn run-test-server
Expand Down

0 comments on commit 3bacf89

Please sign in to comment.