Skip to content

Commit

Permalink
[#200] Recover namespace declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
iperdomo committed Jan 23, 2020
1 parent 2609f76 commit ccbcfc7
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions api/test/clojure/org/akvo/flow_api/sync_end_to_end.clj
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
(:require [akvo.commons.psql-util :as pg]
[cheshire.core :as json]
[clj-http.client :as http]
[clojure.java.io :as io]
[clojure.java.jdbc :as jdbc]
[clojure.test :refer :all]
[duct.util.system :refer [load-system]]
[org.akvo.flow-api.endpoint.sync :as endpoint]
[org.akvo.flow-api.fixtures :as fixtures]
[org.akvo.flow-api.unilog.unilog :refer [event-log-spec]])
(ns org.akvo.flow-api.sync-end-to-end
(:require [akvo.commons.psql-util :as pg]
[cheshire.core :as json]
[clj-http.client :as http]
[clojure.java.io :as io]
[clojure.java.jdbc :as jdbc]
[clojure.test :refer :all]
[duct.util.system :refer [load-system]]
[org.akvo.flow-api.endpoint.sync :as endpoint]
[org.akvo.flow-api.fixtures :as fixtures]
[org.akvo.flow-api.unilog.unilog :refer [event-log-spec]]))

(def sync-url "http://localhost:3000/orgs/akvoflowsandbox/sync")

Expand Down

0 comments on commit ccbcfc7

Please # to comment.