Skip to content

Commit

Permalink
Fix visualization type
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Feb 11, 2018
1 parent cea4db4 commit 4af913f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/api/test_visualizations.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def _raw_create_viz(self, title=None, slug=None, config=None):
create_payload = {
"title": title,
"slug": slug,
"type": 'test',
"type": 'example',
"dbkey": 'hg17',
"annotation": 'this is a test of the emergency visualization system',
"config": config,
Expand Down

0 comments on commit 4af913f

Please sign in to comment.