Skip to content

Commit 008d1d6

Browse files
committed
Fix TravisCI LRS connection info in RemoteLRS Test
1 parent 92954dd commit 008d1d6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

TinCanTests/RemoteLRSResourceTest.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ public void Init()
4141
// results of the test suite then supply your own endpoint, username, and password
4242
//
4343
lrs = new RemoteLRS(
44-
"https://cloud.scorm.com/tc/SYPGYC448W/sandbox/",
45-
"-DOzXB-DAFR1O3RAazI",
46-
"pL-Kyru9fUCFE8981N4"
44+
"https://cloud.scorm.com/tc/U2S4SI5FY0/sandbox/",
45+
"Nja986GYE1_XrWMmFUE",
46+
"Bd9lDr1kjaWWY6RID_4"
4747
);
4848
}
4949

0 commit comments

Comments
 (0)