Skip to content

Commit

Permalink
Fix BaseValidasi._validasi
Browse files Browse the repository at this point in the history
  • Loading branch information
hexatester committed Feb 12, 2021
1 parent fd428dc commit 3bbc1b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dapodik/validasi/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,5 +167,5 @@ def _validasi(
"start": start,
"limit": limit,
}
res = self._get(jenis_validasi, params=params)
res = self._get('validation', params=params)
return self._fr(tipe_validasi, res.json())

0 comments on commit 3bbc1b6

Please sign in to comment.