Skip to content

Commit 55efa9a

Browse files
fix integration test
1 parent ccf0887 commit 55efa9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration/integration.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export async function integrationTest(t: Deno.TestContext) {
7878
assertEquals(json.question, 'this is a poll');
7979
assertEquals(json.answers, ['one', 'two']);
8080
assertEquals(json.results, [0, 0, 0]);
81-
assertEquals(json.posted_by, 'test.poll.blue');
81+
assertEquals(json.posted_by, 'epistemic.horse');
8282
assertExists(json.created_at);
8383
});
8484

0 commit comments

Comments
 (0)