Authentication and assertThat issues

Fixed some problems with tests trying to authenticate when you are not actually signed in. This hit rate API limiting which caused tests to hang/fail

Also fixed assertThat getting deprecated from junit
This commit is contained in:
Alex Taylor
2020-01-27 14:29:46 -05:00
parent a9bb9302bc
commit 12c3a0b1fa
30 changed files with 129 additions and 10 deletions

View File

@@ -7,6 +7,8 @@ import org.junit.Test;
import java.io.IOException;
import java.util.Date;
import static org.junit.Assert.assertEquals;
/**
* @author Martin van Zijl
*/