Skip to content

Commit

Permalink
chore: update system test
Browse files Browse the repository at this point in the history
  • Loading branch information
armed committed Jun 18, 2022
1 parent 9c9aa1e commit 3e22e7e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/k16/gx/beta/system_test.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@

(def config
{:http/options {:port 8080}
:http/server {:gx/component 'k16.gx.beta.system-test/server}})
:http/server {:gx/component 'k16.gx.beta.system-test/server
:gx/props '(gx/ref :http/options)}})

(use-fixtures
:each (fn [f]
Expand Down

1 comment on commit 3e22e7e

@vercel
Copy link

@vercel vercel bot commented on 3e22e7e Jun 18, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

gx – ./

gx-kepler16.vercel.app
gx-git-master-kepler16.vercel.app
gx.kepler16.com

Please sign in to comment.