Commit 9b9a3f34 authored by Miguel Angel Reina Ortega's avatar Miguel Angel Reina Ortega
Browse files

Fix gen_api_suite test

parent c45c4545
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -65,10 +65,11 @@ def test_gen_api_suite():
    spec = TestSpec()
    workspace = "Another-API"
    commit_id = "deadbeef"
	title = "Clause title"
    sol = "SOL002"

    lib.gen_api_suite(
        sec_ref, suite, spec, workspace, commit_id, sol
        sec_ref, title, suite, spec, workspace, commit_id, sol
    )

    outfn = "../examples/test.docx"